Shades of Dark Violet #8502F0
Tints of Dark Violet #8502F0
RGB
CMYK
RGB Variations
Color information
#8502F0 (or 0x8502F0) is known color: Dark Violet. HEX triplet: 85, 02 and F0. RGB value is (133,2,240). Sum of RGB (Red+Green+Blue) = 133+2+240=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #8502F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8502F0 is #7AFD0F. Grayscale: #434343. Windows color (decimal): -8060176 or 15729285. OLE color: 15729285.
HSL color Cylindrical-coordinate representation of color #8502F0: hue angle of 273.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502F0 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 2 | 240 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.06 |
| HSL | 273.03º | 0.98% | 0.47% | - |
| HSV(B) | 273.03º | 0.99% | 0.94% | - |
| XYZ | 25.42 | 11.32 | 83.28 | - |
| YUV | 68.3 | 224.9 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 240 | 0.45 | 0.99 | 0 | 0.06 | 273.03 | 0.98 | 0.47 |
| Hex | 85 | 2 | F0 | 2D | 63 | 0 | 6 | 111 | 62 | 2F |
| Octal | 205 | 2 | 360 | 55 | 143 | 0 | 6 | 421 | 142 | 57 |
| Binary | 10000101 | 10 | 11110000 | 101101 | 1100011 | 0 | 110 | 100010001 | 1100010 | 101111 |
Color Harmonies of #8502F0
Complementary color
Monochromatic Colors of #8502F0
Black with #8502F0
Text Example
Text Example
White with #8502F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502F0; }
p { color: rgb(133,2,240); }
H1.HeaderClassName
{
color: #8502F0;
}
.AnyTagClassName
{
color: #8502F0;
}
</style>
background-color css
<style>
a { background-color: #8502F0; }
a { background-color: rgb(133,2,240); }
div.DivClassName
{
background-color: #8502F0;
}
.BgClassName
{
background-color: #8502F0;
}
</style>
border-color css
<style>
span { border-color: #8502F0; }
span { border-color: rgb(133,2,240); }
td.TdClassName
{
border-color: #8502F0;
}
.TagClassName
{
border-color: #8502F0;
}
</style>