Shades of Blue Violet #8538D0
Tints of Blue Violet #8538D0
RGB
CMYK
RGB Variations
Color information
#8538D0 (or 0x8538D0) is known color: Blue Violet. HEX triplet: 85, 38 and D0. RGB value is (133,56,208). Sum of RGB (Red+Green+Blue) = 133+56+208=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #8538D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538D0 is #7AC72F. Grayscale: #5F5F5F. Windows color (decimal): -8046384 or 13645957. OLE color: 13645957.
HSL color Cylindrical-coordinate representation of color #8538D0: hue angle of 270.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8538D0 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 56 | 208 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.18 |
| HSL | 270.39º | 0.62% | 0.52% | - |
| HSV(B) | 270.39º | 0.73% | 0.82% | - |
| XYZ | 22.47 | 12.37 | 60.88 | - |
| YUV | 96.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 208 | 0.36 | 0.73 | 0 | 0.18 | 270.39 | 0.62 | 0.52 |
| Hex | 85 | 38 | D0 | 24 | 49 | 0 | 12 | 10E | 3E | 34 |
| Octal | 205 | 70 | 320 | 44 | 111 | 0 | 22 | 416 | 76 | 64 |
| Binary | 10000101 | 111000 | 11010000 | 100100 | 1001001 | 0 | 10010 | 100001110 | 111110 | 110100 |
Color Harmonies of #8538D0
Complementary color
Monochromatic Colors of #8538D0
Black with #8538D0
Text Example
Text Example
White with #8538D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538D0; }
p { color: rgb(133,56,208); }
H1.HeaderClassName
{
color: #8538D0;
}
.AnyTagClassName
{
color: #8538D0;
}
</style>
background-color css
<style>
a { background-color: #8538D0; }
a { background-color: rgb(133,56,208); }
div.DivClassName
{
background-color: #8538D0;
}
.BgClassName
{
background-color: #8538D0;
}
</style>
border-color css
<style>
span { border-color: #8538D0; }
span { border-color: rgb(133,56,208); }
td.TdClassName
{
border-color: #8538D0;
}
.TagClassName
{
border-color: #8538D0;
}
</style>