Shades of Blue Violet #8C35FF
Tints of Blue Violet #8C35FF
RGB
CMYK
RGB Variations
Color information
#8C35FF (or 0x8C35FF) is known color: Blue Violet. HEX triplet: 8C, 35 and FF. RGB value is (140,53,255). Sum of RGB (Red+Green+Blue) = 140+53+255=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C35FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C35FF is #73CA00. Grayscale: #656565. Windows color (decimal): -7588353 or 16725388. OLE color: 16725388.
HSL color Cylindrical-coordinate representation of color #8C35FF: hue angle of 265.84º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C35FF is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 53 | 255 | - |
| CMYK | 0.45 | 0.79 | 0 | 0 |
| HSL | 265.84º | 1% | 0.6% | - |
| HSV(B) | 265.84º | 0.79% | 1% | - |
| XYZ | 30.14 | 15.34 | 95.98 | - |
| YUV | 102.04 | 214.32 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 255 | 0.45 | 0.79 | 0 | 0 | 265.84 | 1 | 0.6 |
| Hex | 8C | 35 | FF | 2D | 4F | 0 | 0 | 10A | 64 | 3C |
| Octal | 214 | 65 | 377 | 55 | 117 | 0 | 0 | 412 | 144 | 74 |
| Binary | 10001100 | 110101 | 11111111 | 101101 | 1001111 | 0 | 0 | 100001010 | 1100100 | 111100 |
Color Harmonies of #8C35FF
Complementary color
Monochromatic Colors of #8C35FF
Black with #8C35FF
Text Example
Text Example
White with #8C35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C35FF; }
p { color: rgb(140,53,255); }
H1.HeaderClassName
{
color: #8C35FF;
}
.AnyTagClassName
{
color: #8C35FF;
}
</style>
background-color css
<style>
a { background-color: #8C35FF; }
a { background-color: rgb(140,53,255); }
div.DivClassName
{
background-color: #8C35FF;
}
.BgClassName
{
background-color: #8C35FF;
}
</style>
border-color css
<style>
span { border-color: #8C35FF; }
span { border-color: rgb(140,53,255); }
td.TdClassName
{
border-color: #8C35FF;
}
.TagClassName
{
border-color: #8C35FF;
}
</style>