#9016BB

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

Shades of Dark Violet #9016BB

Tints of Dark Violet #9016BB

Color information

#9016BB (or 0x9016BB) is unknown color: approx Dark Violet. HEX triplet: 90, 16 and BB. RGB value is (144,22,187). Sum of RGB (Red+Green+Blue) = 144+22+187=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #9016BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016BB is #6FE944. Grayscale: #4C4C4C. Windows color (decimal): -7334213 or 12261008. OLE color: 12261008.

HSL color Cylindrical-coordinate representation of color #9016BB: hue angle of 284.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9016BB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14422187-
CMYK0.230.8800.27
HSL284.36º78.95%40.98%-
HSV(B)284.36º88.24%73.33%-
XYZ20.7610.0947.87-
YUV77.29189.92175.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 22 (8.98% from 255) = 6.23%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=40.79%
G=6.23%
B=52.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144221870.230.8800.27284.3678.9540.98
Hex9016BB175801B11c4f29
Octal220262732713003343411751
Binary1001000010110101110111011110110000110111000111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9016BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9016BB; }

 p { color: rgb(144,22,187); }

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

<style>
 a { background-color: #9016BB; }

 a { background-color: rgb(144,22,187); }

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

<style>
 span { border-color: #9016BB; }

 span { border-color: rgb(144,22,187); }

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