#9B09BA

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

Shades of Dark Violet #9B09BA

Tints of Dark Violet #9B09BA

Color information

#9B09BA (or 0x9B09BA) is unknown color: approx Dark Violet. HEX triplet: 9B, 09 and BA. RGB value is (155,9,186). Sum of RGB (Red+Green+Blue) = 155+9+186=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09BA is #64F645. Grayscale: #484848. Windows color (decimal): -6616646 or 12192155. OLE color: 12192155.

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

Color convert

RGB1559186-
CMYK0.170.9500.27
HSL289.49º90.77%38.24%-
HSV(B)289.49º95.16%72.94%-
XYZ22.4810.7147.34-
YUV72.83191.87186.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 9 (3.91% from 255) = 2.57%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=44.29%
G=2.57%
B=53.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15591860.170.9500.27289.4990.7738.24
Hex9B9BA115F01B1215b26
Octal233112722113703344113346
Binary100110111001101110101000110111110110111001000011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B09BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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