Shades of Blue Violet #8935FF
Tints of Blue Violet #8935FF
RGB
CMYK
RGB Variations
Color information
#8935FF (or 0x8935FF) is known color: Blue Violet. HEX triplet: 89, 35 and FF. RGB value is (137,53,255). Sum of RGB (Red+Green+Blue) = 137+53+255=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #8935FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8935FF is #76CA00. Grayscale: #646464. Windows color (decimal): -7784961 or 16725385. OLE color: 16725385.
HSL color Cylindrical-coordinate representation of color #8935FF: hue angle of 264.95º 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 #8935FF is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 53 | 255 | - |
| CMYK | 0.46 | 0.79 | 0 | 0 |
| HSL | 264.95º | 1% | 0.6% | - |
| HSV(B) | 264.95º | 0.79% | 1% | - |
| XYZ | 29.64 | 15.08 | 95.96 | - |
| YUV | 101.14 | 214.83 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 255 | 0.46 | 0.79 | 0 | 0 | 264.95 | 1 | 0.6 |
| Hex | 89 | 35 | FF | 2E | 4F | 0 | 0 | 109 | 64 | 3C |
| Octal | 211 | 65 | 377 | 56 | 117 | 0 | 0 | 411 | 144 | 74 |
| Binary | 10001001 | 110101 | 11111111 | 101110 | 1001111 | 0 | 0 | 100001001 | 1100100 | 111100 |
Color Harmonies of #8935FF
Complementary color
Monochromatic Colors of #8935FF
Black with #8935FF
Text Example
Text Example
White with #8935FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935FF; }
p { color: rgb(137,53,255); }
H1.HeaderClassName
{
color: #8935FF;
}
.AnyTagClassName
{
color: #8935FF;
}
</style>
background-color css
<style>
a { background-color: #8935FF; }
a { background-color: rgb(137,53,255); }
div.DivClassName
{
background-color: #8935FF;
}
.BgClassName
{
background-color: #8935FF;
}
</style>
border-color css
<style>
span { border-color: #8935FF; }
span { border-color: rgb(137,53,255); }
td.TdClassName
{
border-color: #8935FF;
}
.TagClassName
{
border-color: #8935FF;
}
</style>