#9016BD

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

Shades of Dark Violet #9016BD

Tints of Dark Violet #9016BD

Color information

#9016BD (or 0x9016BD) is unknown color: approx Dark Violet. HEX triplet: 90, 16 and BD. RGB value is (144,22,189). Sum of RGB (Red+Green+Blue) = 144+22+189=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #9016BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016BD is #6FE942. Grayscale: #4C4C4C. Windows color (decimal): -7334211 or 12392080. OLE color: 12392080.

HSL color Cylindrical-coordinate representation of color #9016BD: hue angle of 283.83º 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 #9016BD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14422189-
CMYK0.240.8800.26
HSL283.83º79.15%41.37%-
HSV(B)283.83º88.36%74.12%-
XYZ20.9710.1849-
YUV77.52190.92175.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 22 (8.98% from 255) = 6.20%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=40.56%
G=6.20%
B=53.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144221890.240.8800.26283.8379.1541.37
Hex9016BD185801A11c4f29
Octal220262753013003243411751
Binary1001000010110101111011100010110000110101000111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9016BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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