#9812AF

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

Shades of Dark Violet #9812AF

Tints of Dark Violet #9812AF

Color information

#9812AF (or 0x9812AF) is unknown color: approx Dark Violet. HEX triplet: 98, 12 and AF. RGB value is (152,18,175). Sum of RGB (Red+Green+Blue) = 152+18+175=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #9812AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9812AF is #67ED50. Grayscale: #4B4B4B. Windows color (decimal): -6810961 or 11473560. OLE color: 11473560.

HSL color Cylindrical-coordinate representation of color #9812AF: hue angle of 291.21º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9812AF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15218175-
CMYK0.130.9000.31
HSL291.21º81.35%37.84%-
HSV(B)291.21º89.71%68.63%-
XYZ20.910.241.43-
YUV75.96183.89182.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 18 (7.42% from 255) = 5.22%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=44.06%
G=5.22%
B=50.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152181750.130.9000.31291.2181.3537.84
Hex9812AFD5A01F1235126
Octal230222571513203744312146
Binary100110001001010101111110110110100111111001000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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