Shades of Blue Violet #8238CF
Tints of Blue Violet #8238CF
RGB
CMYK
RGB Variations
Color information
#8238CF (or 0x8238CF) is known color: Blue Violet. HEX triplet: 82, 38 and CF. RGB value is (130,56,207). Sum of RGB (Red+Green+Blue) = 130+56+207=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #8238CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238CF is #7DC730. Grayscale: #5E5E5E. Windows color (decimal): -8242993 or 13580418. OLE color: 13580418.
HSL color Cylindrical-coordinate representation of color #8238CF: hue angle of 269.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8238CF is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 56 | 207 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.19 |
| HSL | 269.4º | 0.61% | 0.52% | - |
| HSV(B) | 269.4º | 0.73% | 0.81% | - |
| XYZ | 21.88 | 12.08 | 60.21 | - |
| YUV | 95.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 207 | 0.37 | 0.73 | 0 | 0.19 | 269.4 | 0.61 | 0.52 |
| Hex | 82 | 38 | CF | 25 | 49 | 0 | 13 | 10D | 3D | 34 |
| Octal | 202 | 70 | 317 | 45 | 111 | 0 | 23 | 415 | 75 | 64 |
| Binary | 10000010 | 111000 | 11001111 | 100101 | 1001001 | 0 | 10011 | 100001101 | 111101 | 110100 |
Color Harmonies of #8238CF
Complementary color
Monochromatic Colors of #8238CF
Black with #8238CF
Text Example
Text Example
White with #8238CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238CF; }
p { color: rgb(130,56,207); }
H1.HeaderClassName
{
color: #8238CF;
}
.AnyTagClassName
{
color: #8238CF;
}
</style>
background-color css
<style>
a { background-color: #8238CF; }
a { background-color: rgb(130,56,207); }
div.DivClassName
{
background-color: #8238CF;
}
.BgClassName
{
background-color: #8238CF;
}
</style>
border-color css
<style>
span { border-color: #8238CF; }
span { border-color: rgb(130,56,207); }
td.TdClassName
{
border-color: #8238CF;
}
.TagClassName
{
border-color: #8238CF;
}
</style>