#9e1caf

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

Shades of Dark Orchid #9E1CAF

Tints of Dark Orchid #9E1CAF

Color information

#9E1CAF (or 0x9E1CAF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1C and AF. RGB value is (158,28,175). Sum of RGB (Red+Green+Blue) = 158+28+175=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E1CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1CAF is #61E350. Grayscale: #535353. Windows color (decimal): -6415185 or 11476126. OLE color: 11476126.

HSL color Cylindrical-coordinate representation of color #9E1CAF: hue angle of 293.06º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1CAF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15828175-
CMYK0.100.8400.31
HSL293.06º72.41%39.8%-
HSV(B)293.06º84%68.63%-
XYZ22.2511.1941.55-
YUV83.63179.57181.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 28 (11.33% from 255) = 7.76%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=43.77%
G=7.76%
B=48.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158281750.100.8400.31293.0672.4139.8
Hex9E1CAFA5401F1254828
Octal236342571212403744511050
Binary100111101110010101111101010101000111111001001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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