Shades of Blue Violet #8538D6
Tints of Blue Violet #8538D6
RGB
CMYK
RGB Variations
Color information
#8538D6 (or 0x8538D6) is known color: Blue Violet. HEX triplet: 85, 38 and D6. RGB value is (133,56,214). Sum of RGB (Red+Green+Blue) = 133+56+214=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #8538D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538D6 is #7AC729. Grayscale: #606060. Windows color (decimal): -8046378 or 14039173. OLE color: 14039173.
HSL color Cylindrical-coordinate representation of color #8538D6: hue angle of 269.24º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8538D6 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 56 | 214 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.16 |
| HSL | 269.24º | 0.66% | 0.53% | - |
| HSV(B) | 269.24º | 0.74% | 0.84% | - |
| XYZ | 23.22 | 12.67 | 64.84 | - |
| YUV | 97.04 | 194.01 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 214 | 0.38 | 0.74 | 0 | 0.16 | 269.24 | 0.66 | 0.53 |
| Hex | 85 | 38 | D6 | 26 | 4A | 0 | 10 | 10D | 42 | 35 |
| Octal | 205 | 70 | 326 | 46 | 112 | 0 | 20 | 415 | 102 | 65 |
| Binary | 10000101 | 111000 | 11010110 | 100110 | 1001010 | 0 | 10000 | 100001101 | 1000010 | 110101 |
Color Harmonies of #8538D6
Complementary color
Monochromatic Colors of #8538D6
Black with #8538D6
Text Example
Text Example
White with #8538D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538D6; }
p { color: rgb(133,56,214); }
H1.HeaderClassName
{
color: #8538D6;
}
.AnyTagClassName
{
color: #8538D6;
}
</style>
background-color css
<style>
a { background-color: #8538D6; }
a { background-color: rgb(133,56,214); }
div.DivClassName
{
background-color: #8538D6;
}
.BgClassName
{
background-color: #8538D6;
}
</style>
border-color css
<style>
span { border-color: #8538D6; }
span { border-color: rgb(133,56,214); }
td.TdClassName
{
border-color: #8538D6;
}
.TagClassName
{
border-color: #8538D6;
}
</style>