#9813C7

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

Shades of Dark Violet #9813C7

Tints of Dark Violet #9813C7

Color information

#9813C7 (or 0x9813C7) is unknown color: approx Dark Violet. HEX triplet: 98, 13 and C7. RGB value is (152,19,199). Sum of RGB (Red+Green+Blue) = 152+19+199=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #9813C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813C7 is #67EC38. Grayscale: #4E4E4E. Windows color (decimal): -6810681 or 13046680. OLE color: 13046680.

HSL color Cylindrical-coordinate representation of color #9813C7: hue angle of 284.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9813C7 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15219199-
CMYK0.240.9000.22
HSL284.33º82.57%42.75%-
HSV(B)284.33º90.45%78.04%-
XYZ23.4911.2654.97-
YUV79.29195.56179.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 19 (7.81% from 255) = 5.14%
BLUE value IS 199 (78.12% from 255) = 53.78%
R=41.08%
G=5.14%
B=53.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152191990.240.9000.22284.3382.5742.75
Hex9813C7185A01611c532b
Octal230233073013202643412353
Binary1001100010011110001111100010110100101101000111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9813C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9813C7; }

 p { color: rgb(152,19,199); }

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

<style>
 a { background-color: #9813C7; }

 a { background-color: rgb(152,19,199); }

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

<style>
 span { border-color: #9813C7; }

 span { border-color: rgb(152,19,199); }

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