#9813B5

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

Shades of Dark Violet #9813B5

Tints of Dark Violet #9813B5

Color information

#9813B5 (or 0x9813B5) is unknown color: approx Dark Violet. HEX triplet: 98, 13 and B5. RGB value is (152,19,181). Sum of RGB (Red+Green+Blue) = 152+19+181=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #9813B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813B5 is #67EC4A. Grayscale: #4C4C4C. Windows color (decimal): -6810699 or 11867032. OLE color: 11867032.

HSL color Cylindrical-coordinate representation of color #9813B5: hue angle of 289.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9813B5 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15219181-
CMYK0.160.9000.29
HSL289.26º81%39.22%-
HSV(B)289.26º89.5%70.98%-
XYZ21.5210.4844.6-
YUV77.24186.56181.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 19 (7.81% from 255) = 5.40%
BLUE value IS 181 (71.09% from 255) = 51.42%
R=43.18%
G=5.40%
B=51.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152191810.160.9000.29289.268139.22
Hex9813B5105A01D1215127
Octal230232652013203544112147
Binary1001100010011101101011000010110100111011001000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9813B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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