#9812BD

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

Shades of Dark Violet #9812BD

Tints of Dark Violet #9812BD

Color information

#9812BD (or 0x9812BD) is unknown color: approx Dark Violet. HEX triplet: 98, 12 and BD. RGB value is (152,18,189). Sum of RGB (Red+Green+Blue) = 152+18+189=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #9812BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9812BD is #67ED42. Grayscale: #4D4D4D. Windows color (decimal): -6810947 or 12391064. OLE color: 12391064.

HSL color Cylindrical-coordinate representation of color #9812BD: hue angle of 287.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9812BD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15218189-
CMYK0.200.9000.26
HSL287.02º82.61%40.59%-
HSV(B)287.02º90.48%74.12%-
XYZ22.3510.7849.05-
YUV77.56190.89181.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 18 (7.42% from 255) = 5.01%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=42.34%
G=5.01%
B=52.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152181890.200.9000.26287.0282.6140.59
Hex9812BD145A01A11f5329
Octal230222752413203243712351
Binary1001100010010101111011010010110100110101000111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9812BD; }

 p { color: rgb(152,18,189); }

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

<style>
 a { background-color: #9812BD; }

 a { background-color: rgb(152,18,189); }

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

<style>
 span { border-color: #9812BD; }

 span { border-color: rgb(152,18,189); }

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