#9815C9

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

Shades of Dark Violet #9815C9

Tints of Dark Violet #9815C9

Color information

#9815C9 (or 0x9815C9) is unknown color: approx Dark Violet. HEX triplet: 98, 15 and C9. RGB value is (152,21,201). Sum of RGB (Red+Green+Blue) = 152+21+201=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #9815C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9815C9 is #67EA36. Grayscale: #505050. Windows color (decimal): -6810167 or 13178264. OLE color: 13178264.

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

Color convert

RGB15221201-
CMYK0.240.9000.21
HSL283.67º81.08%43.53%-
HSV(B)283.67º89.55%78.82%-
XYZ23.7611.4356.21-
YUV80.69195.9178.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 21 (8.59% from 255) = 5.61%
BLUE value IS 201 (78.91% from 255) = 53.74%
R=40.64%
G=5.61%
B=53.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152212010.240.9000.21283.6781.0843.53
Hex9815C9185A01511c512c
Octal230253113013202543412154
Binary1001100010101110010011100010110100101011000111001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9815C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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