#9B1EA9

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

Shades of Dark Orchid #9B1EA9

Tints of Dark Orchid #9B1EA9

Color information

#9B1EA9 (or 0x9B1EA9) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1E and A9. RGB value is (155,30,169). Sum of RGB (Red+Green+Blue) = 155+30+169=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B1EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1EA9 is #64E156. Grayscale: #525252. Windows color (decimal): -6611287 or 11083419. OLE color: 11083419.

HSL color Cylindrical-coordinate representation of color #9B1EA9: hue angle of 293.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1EA9 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15530169-
CMYK0.080.8200.34
HSL293.96º69.85%39.02%-
HSV(B)293.96º82.25%66.27%-
XYZ21.1410.7638.5-
YUV83.22176.41179.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 30 (12.11% from 255) = 8.47%
BLUE value IS 169 (66.41% from 255) = 47.74%
R=43.79%
G=8.47%
B=47.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155301690.080.8200.34293.9669.8539.02
Hex9B1EA98520221264627
Octal233362511012204244610647
Binary1001101111110101010011000101001001000101001001101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,169); }

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

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

 a { background-color: rgb(155,30,169); }

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

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

 span { border-color: rgb(155,30,169); }

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