#9909BC

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

Shades of Dark Violet #9909BC

Tints of Dark Violet #9909BC

Color information

#9909BC (or 0x9909BC) is unknown color: approx Dark Violet. HEX triplet: 99, 09 and BC. RGB value is (153,9,188). Sum of RGB (Red+Green+Blue) = 153+9+188=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #9909BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909BC is #66F643. Grayscale: #474747. Windows color (decimal): -6747716 or 12323225. OLE color: 12323225.

HSL color Cylindrical-coordinate representation of color #9909BC: hue angle of 288.27º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9909BC is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1539188-
CMYK0.190.9500.26
HSL288.27º90.86%38.63%-
HSV(B)288.27º95.21%73.73%-
XYZ22.3110.648.45-
YUV72.46193.21185.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 9 (3.91% from 255) = 2.57%
BLUE value IS 188 (73.83% from 255) = 53.71%
R=43.71%
G=2.57%
B=53.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15391880.190.9500.26288.2790.8638.63
Hex999BC135F01A1205b27
Octal231112742313703244013347
Binary100110011001101111001001110111110110101001000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9909BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9909BC; }

 p { color: rgb(153,9,188); }

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

<style>
 a { background-color: #9909BC; }

 a { background-color: rgb(153,9,188); }

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

<style>
 span { border-color: #9909BC; }

 span { border-color: rgb(153,9,188); }

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