#9E1CC3

Color #9E1CC3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9E1CC3

Tints of Dark Orchid #9E1CC3

Color information

#9E1CC3 (or 0x9E1CC3) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1C and C3. RGB value is (158,28,195). Sum of RGB (Red+Green+Blue) = 158+28+195=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E1CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1CC3 is #61E33C. Grayscale: #555555. Windows color (decimal): -6415165 or 12786846. OLE color: 12786846.

HSL color Cylindrical-coordinate representation of color #9E1CC3: hue angle of 286.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1CC3 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15828195-
CMYK0.190.8600.24
HSL286.71º74.89%43.73%-
HSV(B)286.71º85.64%76.47%-
XYZ24.3712.0452.67-
YUV85.91189.57179.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 41.47%
GREEN value IS 28 (11.33% from 255) = 7.35%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=41.47%
G=7.35%
B=51.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158281950.190.8600.24286.7174.8943.73
Hex9E1CC3135601811f4b2c
Octal236343032312603043711354
Binary1001111011100110000111001110101100110001000111111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1CC3; }

 p { color: rgb(158,28,195); }

 H1.HeaderClassName
 {
   color: #9E1CC3;
 }
 .AnyTagClassName
 {
   color: #9E1CC3;
 }
</style>
background-color css

<style>
 a { background-color: #9E1CC3; }

 a { background-color: rgb(158,28,195); }

 div.DivClassName
 {
   background-color: #9E1CC3;
 }
 .BgClassName
 {
   background-color: #9E1CC3;
 }
</style>
border-color css

<style>
 span { border-color: #9E1CC3; }

 span { border-color: rgb(158,28,195); }

 td.TdClassName
 {
   border-color: #9E1CC3;
 }
 .TagClassName
 {
   border-color: #9E1CC3;
 }
</style>