Shades of Blue Violet #8238DA
Tints of Blue Violet #8238DA
RGB
CMYK
RGB Variations
Color information
#8238DA (or 0x8238DA) is known color: Blue Violet. HEX triplet: 82, 38 and DA. RGB value is (130,56,218). Sum of RGB (Red+Green+Blue) = 130+56+218=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #8238DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238DA is #7DC725. Grayscale: #606060. Windows color (decimal): -8242982 or 14301314. OLE color: 14301314.
HSL color Cylindrical-coordinate representation of color #8238DA: hue angle of 267.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8238DA is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 56 | 218 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.15 |
| HSL | 267.41º | 0.69% | 0.54% | - |
| HSV(B) | 267.41º | 0.74% | 0.85% | - |
| XYZ | 23.27 | 12.64 | 67.54 | - |
| YUV | 96.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 218 | 0.40 | 0.74 | 0 | 0.15 | 267.41 | 0.69 | 0.54 |
| Hex | 82 | 38 | DA | 28 | 4A | 0 | F | 10B | 45 | 36 |
| Octal | 202 | 70 | 332 | 50 | 112 | 0 | 17 | 413 | 105 | 66 |
| Binary | 10000010 | 111000 | 11011010 | 101000 | 1001010 | 0 | 1111 | 100001011 | 1000101 | 110110 |
Color Harmonies of #8238DA
Complementary color
Monochromatic Colors of #8238DA
Black with #8238DA
Text Example
Text Example
White with #8238DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238DA; }
p { color: rgb(130,56,218); }
H1.HeaderClassName
{
color: #8238DA;
}
.AnyTagClassName
{
color: #8238DA;
}
</style>
background-color css
<style>
a { background-color: #8238DA; }
a { background-color: rgb(130,56,218); }
div.DivClassName
{
background-color: #8238DA;
}
.BgClassName
{
background-color: #8238DA;
}
</style>
border-color css
<style>
span { border-color: #8238DA; }
span { border-color: rgb(130,56,218); }
td.TdClassName
{
border-color: #8238DA;
}
.TagClassName
{
border-color: #8238DA;
}
</style>