Shades of Blue Violet #8625DB
Tints of Blue Violet #8625DB
RGB
CMYK
RGB Variations
Color information
#8625DB (or 0x8625DB) is known color: Blue Violet. HEX triplet: 86, 25 and DB. RGB value is (134,37,219). Sum of RGB (Red+Green+Blue) = 134+37+219=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #8625DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8625DB is #79DA24. Grayscale: #565656. Windows color (decimal): -7985701 or 14361990. OLE color: 14361990.
HSL color Cylindrical-coordinate representation of color #8625DB: hue angle of 271.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8625DB is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 37 | 219 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.14 |
| HSL | 271.98º | 0.72% | 0.5% | - |
| HSV(B) | 271.98º | 0.83% | 0.86% | - |
| XYZ | 23.28 | 11.51 | 68.01 | - |
| YUV | 86.75 | 202.64 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 219 | 0.39 | 0.83 | 0 | 0.14 | 271.98 | 0.72 | 0.5 |
| Hex | 86 | 25 | DB | 27 | 53 | 0 | E | 110 | 48 | 32 |
| Octal | 206 | 45 | 333 | 47 | 123 | 0 | 16 | 420 | 110 | 62 |
| Binary | 10000110 | 100101 | 11011011 | 100111 | 1010011 | 0 | 1110 | 100010000 | 1001000 | 110010 |
Color Harmonies of #8625DB
Complementary color
Monochromatic Colors of #8625DB
Black with #8625DB
Text Example
Text Example
White with #8625DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8625DB; }
p { color: rgb(134,37,219); }
H1.HeaderClassName
{
color: #8625DB;
}
.AnyTagClassName
{
color: #8625DB;
}
</style>
background-color css
<style>
a { background-color: #8625DB; }
a { background-color: rgb(134,37,219); }
div.DivClassName
{
background-color: #8625DB;
}
.BgClassName
{
background-color: #8625DB;
}
</style>
border-color css
<style>
span { border-color: #8625DB; }
span { border-color: rgb(134,37,219); }
td.TdClassName
{
border-color: #8625DB;
}
.TagClassName
{
border-color: #8625DB;
}
</style>