#9616BC

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

Shades of Dark Violet #9616BC

Tints of Dark Violet #9616BC

Color information

#9616BC (or 0x9616BC) is unknown color: approx Dark Violet. HEX triplet: 96, 16 and BC. RGB value is (150,22,188). Sum of RGB (Red+Green+Blue) = 150+22+188=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #9616BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9616BC is #69E943. Grayscale: #4E4E4E. Windows color (decimal): -6940996 or 12326550. OLE color: 12326550.

HSL color Cylindrical-coordinate representation of color #9616BC: hue angle of 286.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9616BC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15022188-
CMYK0.200.8800.26
HSL286.27º79.05%41.18%-
HSV(B)286.27º88.3%73.73%-
XYZ21.9410.6948.48-
YUV79.2189.41178.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 22 (8.98% from 255) = 6.11%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=41.67%
G=6.11%
B=52.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150221880.200.8800.26286.2779.0541.18
Hex9616BC145801A11e4f29
Octal226262742413003243611751
Binary1001011010110101111001010010110000110101000111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9616BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,22,188); }

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

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

 a { background-color: rgb(150,22,188); }

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

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

 span { border-color: rgb(150,22,188); }

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