#9B19B6

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

Shades of Dark Orchid #9B19B6

Tints of Dark Orchid #9B19B6

Color information

#9B19B6 (or 0x9B19B6) is unknown color: approx Dark Orchid. HEX triplet: 9B, 19 and B6. RGB value is (155,25,182). Sum of RGB (Red+Green+Blue) = 155+25+182=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B19B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B19B6 is #64E649. Grayscale: #515151. Windows color (decimal): -6612554 or 11934107. OLE color: 11934107.

HSL color Cylindrical-coordinate representation of color #9B19B6: hue angle of 289.68º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B19B6 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15525182-
CMYK0.150.8600.29
HSL289.68º75.85%40.59%-
HSV(B)289.68º86.26%71.37%-
XYZ22.3111.0445.21-
YUV81.77184.57180.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 25 (10.16% from 255) = 6.91%
BLUE value IS 182 (71.48% from 255) = 50.28%
R=42.82%
G=6.91%
B=50.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155251820.150.8600.29289.6875.8540.59
Hex9B19B6F5601D1224c29
Octal233312661712603544211451
Binary100110111100110110110111110101100111011001000101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B19B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,182); }

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

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

 a { background-color: rgb(155,25,182); }

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

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

 span { border-color: rgb(155,25,182); }

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