#9813BA

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

Shades of Dark Violet #9813BA

Tints of Dark Violet #9813BA

Color information

#9813BA (or 0x9813BA) is unknown color: approx Dark Violet. HEX triplet: 98, 13 and BA. RGB value is (152,19,186). Sum of RGB (Red+Green+Blue) = 152+19+186=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9813BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813BA is #67EC45. Grayscale: #4D4D4D. Windows color (decimal): -6810694 or 12194712. OLE color: 12194712.

HSL color Cylindrical-coordinate representation of color #9813BA: hue angle of 287.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9813BA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15219186-
CMYK0.180.9000.27
HSL287.78º81.46%40.2%-
HSV(B)287.78º89.78%72.94%-
XYZ22.0410.6947.36-
YUV77.81189.06180.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 19 (7.81% from 255) = 5.32%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=42.58%
G=5.32%
B=52.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152191860.180.9000.27287.7881.4640.2
Hex9813BA125A01B1205128
Octal230232722213203344012150
Binary1001100010011101110101001010110100110111001000001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9813BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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