#9816C9

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

Shades of Dark Violet #9816C9

Tints of Dark Violet #9816C9

Color information

#9816C9 (or 0x9816C9) is unknown color: approx Dark Violet. HEX triplet: 98, 16 and C9. RGB value is (152,22,201). Sum of RGB (Red+Green+Blue) = 152+22+201=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #9816C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9816C9 is #67E936. Grayscale: #505050. Windows color (decimal): -6809911 or 13178520. OLE color: 13178520.

HSL color Cylindrical-coordinate representation of color #9816C9: hue angle of 283.58º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9816C9 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15222201-
CMYK0.240.8900.21
HSL283.58º80.27%43.73%-
HSV(B)283.58º89.05%78.82%-
XYZ23.7811.4756.22-
YUV81.28195.57178.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 22 (8.98% from 255) = 5.87%
BLUE value IS 201 (78.91% from 255) = 53.6%
R=40.53%
G=5.87%
B=53.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152222010.240.8900.21283.5880.2743.73
Hex9816C9185901511c502c
Octal230263113013102543412054
Binary1001100010110110010011100010110010101011000111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9816C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9816C9; }

 p { color: rgb(152,22,201); }

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

<style>
 a { background-color: #9816C9; }

 a { background-color: rgb(152,22,201); }

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

<style>
 span { border-color: #9816C9; }

 span { border-color: rgb(152,22,201); }

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