#9b19ba

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

Shades of Dark Orchid #9B19BA

Tints of Dark Orchid #9B19BA

Color information

#9B19BA (or 0x9B19BA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 19 and BA. RGB value is (155,25,186). Sum of RGB (Red+Green+Blue) = 155+25+186=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B19BA is #64E645. Grayscale: #515151. Windows color (decimal): -6612550 or 12196251. OLE color: 12196251.

HSL color Cylindrical-coordinate representation of color #9B19BA: hue angle of 288.45º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B19BA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15525186-
CMYK0.170.8700.27
HSL288.45º76.3%41.37%-
HSV(B)288.45º86.56%72.94%-
XYZ22.7311.2147.42-
YUV82.22186.57179.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 25 (10.16% from 255) = 6.83%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=42.35%
G=6.83%
B=50.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155251860.170.8700.27288.4576.341.37
Hex9B19BA115701B1204c29
Octal233312722112703344011451
Binary1001101111001101110101000110101110110111001000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b19ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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