#8510DF

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

Shades of Dark Violet #8510DF

Tints of Dark Violet #8510DF

Color information

#8510DF (or 0x8510DF) is unknown color: approx Dark Violet. HEX triplet: 85, 10 and DF. RGB value is (133,16,223). Sum of RGB (Red+Green+Blue) = 133+16+223=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #8510DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510DF is #7AEF20. Grayscale: #494949. Windows color (decimal): -8056609 or 14618757. OLE color: 14618757.

HSL color Cylindrical-coordinate representation of color #8510DF: hue angle of 273.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8510DF is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13316223-
CMYK0.400.9300.13
HSL273.91º86.61%46.86%-
HSV(B)273.91º92.83%87.45%-
XYZ23.1810.6870.65-
YUV74.58211.76169.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 16 (6.64% from 255) = 4.30%
BLUE value IS 223 (87.5% from 255) = 59.95%
R=35.75%
G=4.30%
B=59.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133162230.400.9300.13273.9186.6146.86
Hex8510DF285D0D112572f
Octal205203375013501542212757
Binary1000010110000110111111010001011101011011000100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8510DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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