#9B11BF

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

Shades of Dark Violet #9B11BF

Tints of Dark Violet #9B11BF

Color information

#9B11BF (or 0x9B11BF) is unknown color: approx Dark Violet. HEX triplet: 9B, 11 and BF. RGB value is (155,17,191). Sum of RGB (Red+Green+Blue) = 155+17+191=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B11BF is #64EE40. Grayscale: #4D4D4D. Windows color (decimal): -6614593 or 12521883. OLE color: 12521883.

HSL color Cylindrical-coordinate representation of color #9B11BF: hue angle of 287.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B11BF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15517191-
CMYK0.190.9100.25
HSL287.59º83.65%40.78%-
HSV(B)287.59º91.1%74.9%-
XYZ23.1211.1350.22-
YUV78.1191.72182.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 17 (7.03% from 255) = 4.68%
BLUE value IS 191 (75% from 255) = 52.62%
R=42.70%
G=4.68%
B=52.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155171910.190.9100.25287.5983.6540.78
Hex9B11BF135B0191205429
Octal233212772313303144012451
Binary1001101110001101111111001110110110110011001000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B11BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,17,191); }

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

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

 a { background-color: rgb(155,17,191); }

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

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

 span { border-color: rgb(155,17,191); }

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