#8410AF

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

Shades of Dark Violet #8410AF

Tints of Dark Violet #8410AF

Color information

#8410AF (or 0x8410AF) is unknown color: approx Dark Violet. HEX triplet: 84, 10 and AF. RGB value is (132,16,175). Sum of RGB (Red+Green+Blue) = 132+16+175=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #8410AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8410AF is #7BEF50. Grayscale: #444444. Windows color (decimal): -8122193 or 11473028. OLE color: 11473028.

HSL color Cylindrical-coordinate representation of color #8410AF: hue angle of 283.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8410AF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13216175-
CMYK0.250.9100.31
HSL283.77º83.25%37.45%-
HSV(B)283.77º90.86%68.63%-
XYZ17.448.3741.25-
YUV68.81187.93173.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 16 (6.64% from 255) = 4.95%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=40.87%
G=4.95%
B=54.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132161750.250.9100.31283.7783.2537.45
Hex8410AF195B01F11c5325
Octal204202573113303743412345
Binary1000010010000101011111100110110110111111000111001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8410AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,16,175); }

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

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

 a { background-color: rgb(132,16,175); }

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

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

 span { border-color: rgb(132,16,175); }

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