Shades of Blue Violet #8235CF
Tints of Blue Violet #8235CF
RGB
CMYK
RGB Variations
Color information
#8235CF (or 0x8235CF) is known color: Blue Violet. HEX triplet: 82, 35 and CF. RGB value is (130,53,207). Sum of RGB (Red+Green+Blue) = 130+53+207=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #8235CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8235CF is #7DCA30. Grayscale: #5D5D5D. Windows color (decimal): -8243761 or 13579650. OLE color: 13579650.
HSL color Cylindrical-coordinate representation of color #8235CF: hue angle of 270º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8235CF is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 53 | 207 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.19 |
| HSL | 270º | 0.62% | 0.51% | - |
| HSV(B) | 270º | 0.74% | 0.81% | - |
| XYZ | 21.74 | 11.8 | 60.16 | - |
| YUV | 93.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 207 | 0.37 | 0.74 | 0 | 0.19 | 270 | 0.62 | 0.51 |
| Hex | 82 | 35 | CF | 25 | 4A | 0 | 13 | 10E | 3E | 33 |
| Octal | 202 | 65 | 317 | 45 | 112 | 0 | 23 | 416 | 76 | 63 |
| Binary | 10000010 | 110101 | 11001111 | 100101 | 1001010 | 0 | 10011 | 100001110 | 111110 | 110011 |
Color Harmonies of #8235CF
Complementary color
Monochromatic Colors of #8235CF
Black with #8235CF
Text Example
Text Example
White with #8235CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8235CF; }
p { color: rgb(130,53,207); }
H1.HeaderClassName
{
color: #8235CF;
}
.AnyTagClassName
{
color: #8235CF;
}
</style>
background-color css
<style>
a { background-color: #8235CF; }
a { background-color: rgb(130,53,207); }
div.DivClassName
{
background-color: #8235CF;
}
.BgClassName
{
background-color: #8235CF;
}
</style>
border-color css
<style>
span { border-color: #8235CF; }
span { border-color: rgb(130,53,207); }
td.TdClassName
{
border-color: #8235CF;
}
.TagClassName
{
border-color: #8235CF;
}
</style>