Shades of Blue Violet #8417CF
Tints of Blue Violet #8417CF
RGB
CMYK
RGB Variations
Color information
#8417CF (or 0x8417CF) is known color: Blue Violet. HEX triplet: 84, 17 and CF. RGB value is (132,23,207). Sum of RGB (Red+Green+Blue) = 132+23+207=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #8417CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8417CF is #7BE830. Grayscale: #4B4B4B. Windows color (decimal): -8120369 or 13571972. OLE color: 13571972.
HSL color Cylindrical-coordinate representation of color #8417CF: hue angle of 275.54º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8417CF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 23 | 207 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.19 |
| HSL | 275.54º | 0.8% | 0.45% | - |
| HSV(B) | 275.54º | 0.89% | 0.81% | - |
| XYZ | 21.08 | 10.02 | 59.85 | - |
| YUV | 76.57 | 201.61 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 207 | 0.36 | 0.89 | 0 | 0.19 | 275.54 | 0.8 | 0.45 |
| Hex | 84 | 17 | CF | 24 | 59 | 0 | 13 | 114 | 50 | 2D |
| Octal | 204 | 27 | 317 | 44 | 131 | 0 | 23 | 424 | 120 | 55 |
| Binary | 10000100 | 10111 | 11001111 | 100100 | 1011001 | 0 | 10011 | 100010100 | 1010000 | 101101 |
Color Harmonies of #8417CF
Complementary color
Monochromatic Colors of #8417CF
Black with #8417CF
Text Example
Text Example
White with #8417CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8417CF; }
p { color: rgb(132,23,207); }
H1.HeaderClassName
{
color: #8417CF;
}
.AnyTagClassName
{
color: #8417CF;
}
</style>
background-color css
<style>
a { background-color: #8417CF; }
a { background-color: rgb(132,23,207); }
div.DivClassName
{
background-color: #8417CF;
}
.BgClassName
{
background-color: #8417CF;
}
</style>
border-color css
<style>
span { border-color: #8417CF; }
span { border-color: rgb(132,23,207); }
td.TdClassName
{
border-color: #8417CF;
}
.TagClassName
{
border-color: #8417CF;
}
</style>