Shades of Blue Violet #8C38DB
Tints of Blue Violet #8C38DB
RGB
CMYK
RGB Variations
Color information
#8C38DB (or 0x8C38DB) is known color: Blue Violet. HEX triplet: 8C, 38 and DB. RGB value is (140,56,219). Sum of RGB (Red+Green+Blue) = 140+56+219=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C38DB is #73C724. Grayscale: #636363. Windows color (decimal): -7587621 or 14366860. OLE color: 14366860.
HSL color Cylindrical-coordinate representation of color #8C38DB: hue angle of 270.92º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C38DB is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 56 | 219 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.14 |
| HSL | 270.92º | 0.69% | 0.54% | - |
| HSV(B) | 270.92º | 0.74% | 0.86% | - |
| XYZ | 25.02 | 13.52 | 68.31 | - |
| YUV | 99.7 | 195.33 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 219 | 0.36 | 0.74 | 0 | 0.14 | 270.92 | 0.69 | 0.54 |
| Hex | 8C | 38 | DB | 24 | 4A | 0 | E | 10F | 45 | 36 |
| Octal | 214 | 70 | 333 | 44 | 112 | 0 | 16 | 417 | 105 | 66 |
| Binary | 10001100 | 111000 | 11011011 | 100100 | 1001010 | 0 | 1110 | 100001111 | 1000101 | 110110 |
Color Harmonies of #8C38DB
Complementary color
Monochromatic Colors of #8C38DB
Black with #8C38DB
Text Example
Text Example
White with #8C38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C38DB; }
p { color: rgb(140,56,219); }
H1.HeaderClassName
{
color: #8C38DB;
}
.AnyTagClassName
{
color: #8C38DB;
}
</style>
background-color css
<style>
a { background-color: #8C38DB; }
a { background-color: rgb(140,56,219); }
div.DivClassName
{
background-color: #8C38DB;
}
.BgClassName
{
background-color: #8C38DB;
}
</style>
border-color css
<style>
span { border-color: #8C38DB; }
span { border-color: rgb(140,56,219); }
td.TdClassName
{
border-color: #8C38DB;
}
.TagClassName
{
border-color: #8C38DB;
}
</style>