Shades of Dark Violet #8501CC
Tints of Dark Violet #8501CC
RGB
CMYK
RGB Variations
Color information
#8501CC (or 0x8501CC) is known color: Dark Violet. HEX triplet: 85, 01 and CC. RGB value is (133,1,204). Sum of RGB (Red+Green+Blue) = 133+1+204=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #8501CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501CC is #7AFE33. Grayscale: #3E3E3E. Windows color (decimal): -8060468 or 13369733. OLE color: 13369733.
HSL color Cylindrical-coordinate representation of color #8501CC: hue angle of 279.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501CC is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 1 | 204 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.2 |
| HSL | 279.01º | 0.99% | 0.4% | - |
| HSV(B) | 279.01º | 1% | 0.8% | - |
| XYZ | 20.58 | 9.37 | 57.85 | - |
| YUV | 63.61 | 207.23 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 204 | 0.35 | 1.00 | 0 | 0.2 | 279.01 | 0.99 | 0.4 |
| Hex | 85 | 1 | CC | 23 | 64 | 0 | 14 | 117 | 63 | 28 |
| Octal | 205 | 1 | 314 | 43 | 144 | 0 | 24 | 427 | 143 | 50 |
| Binary | 10000101 | 1 | 11001100 | 100011 | 1100100 | 0 | 10100 | 100010111 | 1100011 | 101000 |
Color Harmonies of #8501CC
Complementary color
Monochromatic Colors of #8501CC
Black with #8501CC
Text Example
Text Example
White with #8501CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501CC; }
p { color: rgb(133,1,204); }
H1.HeaderClassName
{
color: #8501CC;
}
.AnyTagClassName
{
color: #8501CC;
}
</style>
background-color css
<style>
a { background-color: #8501CC; }
a { background-color: rgb(133,1,204); }
div.DivClassName
{
background-color: #8501CC;
}
.BgClassName
{
background-color: #8501CC;
}
</style>
border-color css
<style>
span { border-color: #8501CC; }
span { border-color: rgb(133,1,204); }
td.TdClassName
{
border-color: #8501CC;
}
.TagClassName
{
border-color: #8501CC;
}
</style>