#9B09BE

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

Shades of Dark Violet #9B09BE

Tints of Dark Violet #9B09BE

Color information

#9B09BE (or 0x9B09BE) is unknown color: approx Dark Violet. HEX triplet: 9B, 09 and BE. RGB value is (155,9,190). Sum of RGB (Red+Green+Blue) = 155+9+190=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B09BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B09BE is #64F641. Grayscale: #484848. Windows color (decimal): -6616642 or 12454299. OLE color: 12454299.

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

Color convert

RGB1559190-
CMYK0.180.9500.25
HSL288.4º90.95%39.02%-
HSV(B)288.4º95.26%74.51%-
XYZ22.9110.8849.61-
YUV73.29193.87186.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=43.79%
G=2.54%
B=53.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15591900.180.9500.25288.490.9539.02
Hex9B9BE125F0191205b27
Octal233112762213703144013347
Binary100110111001101111101001010111110110011001000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B09BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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