Shades of Dark Violet #8507DE
Tints of Dark Violet #8507DE
RGB
CMYK
RGB Variations
Color information
#8507DE (or 0x8507DE) is known color: Dark Violet. HEX triplet: 85, 07 and DE. RGB value is (133,7,222). Sum of RGB (Red+Green+Blue) = 133+7+222=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #8507DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8507DE is #7AF821. Grayscale: #444444. Windows color (decimal): -8058914 or 14550917. OLE color: 14550917.
HSL color Cylindrical-coordinate representation of color #8507DE: hue angle of 275.16º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8507DE is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 7 | 222 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.13 |
| HSL | 275.16º | 0.94% | 0.45% | - |
| HSV(B) | 275.16º | 0.97% | 0.87% | - |
| XYZ | 22.93 | 10.41 | 69.91 | - |
| YUV | 69.18 | 214.24 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 222 | 0.40 | 0.97 | 0 | 0.13 | 275.16 | 0.94 | 0.45 |
| Hex | 85 | 7 | DE | 28 | 61 | 0 | D | 113 | 5E | 2D |
| Octal | 205 | 7 | 336 | 50 | 141 | 0 | 15 | 423 | 136 | 55 |
| Binary | 10000101 | 111 | 11011110 | 101000 | 1100001 | 0 | 1101 | 100010011 | 1011110 | 101101 |
Color Harmonies of #8507DE
Complementary color
Monochromatic Colors of #8507DE
Black with #8507DE
Text Example
Text Example
White with #8507DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8507DE; }
p { color: rgb(133,7,222); }
H1.HeaderClassName
{
color: #8507DE;
}
.AnyTagClassName
{
color: #8507DE;
}
</style>
background-color css
<style>
a { background-color: #8507DE; }
a { background-color: rgb(133,7,222); }
div.DivClassName
{
background-color: #8507DE;
}
.BgClassName
{
background-color: #8507DE;
}
</style>
border-color css
<style>
span { border-color: #8507DE; }
span { border-color: rgb(133,7,222); }
td.TdClassName
{
border-color: #8507DE;
}
.TagClassName
{
border-color: #8507DE;
}
</style>