#8510AF

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

Shades of Dark Violet #8510AF

Tints of Dark Violet #8510AF

Color information

#8510AF (or 0x8510AF) is unknown color: approx Dark Violet. HEX triplet: 85, 10 and AF. RGB value is (133,16,175). Sum of RGB (Red+Green+Blue) = 133+16+175=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #8510AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8510AF is #7AEF50. Grayscale: #444444. Windows color (decimal): -8056657 or 11473029. OLE color: 11473029.

HSL color Cylindrical-coordinate representation of color #8510AF: hue angle of 284.15º 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 #8510AF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13316175-
CMYK0.240.9100.31
HSL284.15º83.25%37.45%-
HSV(B)284.15º90.86%68.63%-
XYZ17.68.4541.26-
YUV69.11187.76173.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 16 (6.64% from 255) = 4.94%
BLUE value IS 175 (68.75% from 255) = 54.01%
R=41.05%
G=4.94%
B=54.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133161750.240.9100.31284.1583.2537.45
Hex8510AF185B01F11c5325
Octal205202573013303743412345
Binary1000010110000101011111100010110110111111000111001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8510AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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