#9B0BBE

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

Shades of Dark Violet #9B0BBE

Tints of Dark Violet #9B0BBE

Color information

#9B0BBE (or 0x9B0BBE) is unknown color: approx Dark Violet. HEX triplet: 9B, 0B and BE. RGB value is (155,11,190). Sum of RGB (Red+Green+Blue) = 155+11+190=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0BBE is #64F441. Grayscale: #494949. Windows color (decimal): -6616130 or 12454811. OLE color: 12454811.

HSL color Cylindrical-coordinate representation of color #9B0BBE: hue angle of 288.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0BBE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15511190-
CMYK0.180.9400.25
HSL288.27º89.05%39.41%-
HSV(B)288.27º94.21%74.51%-
XYZ22.9310.9349.62-
YUV74.46193.21185.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=43.54%
G=3.09%
B=53.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155111900.180.9400.25288.2789.0539.41
Hex9BBBE125E0191205927
Octal233132762213603144013147
Binary100110111011101111101001010111100110011001000001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,11,190); }

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

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

 a { background-color: rgb(155,11,190); }

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

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

 span { border-color: rgb(155,11,190); }

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