#9616BD

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

Shades of Dark Violet #9616BD

Tints of Dark Violet #9616BD

Color information

#9616BD (or 0x9616BD) is unknown color: approx Dark Violet. HEX triplet: 96, 16 and BD. RGB value is (150,22,189). Sum of RGB (Red+Green+Blue) = 150+22+189=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #9616BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9616BD is #69E942. Grayscale: #4E4E4E. Windows color (decimal): -6940995 or 12392086. OLE color: 12392086.

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

Color convert

RGB15022189-
CMYK0.210.8800.26
HSL285.99º79.15%41.37%-
HSV(B)285.99º88.36%74.12%-
XYZ22.0510.7349.05-
YUV79.31189.91178.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=41.55%
G=6.09%
B=52.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150221890.210.8800.26285.9979.1541.37
Hex9616BD155801A11e4f29
Octal226262752513003243611751
Binary1001011010110101111011010110110000110101000111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9616BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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