Shades of Blue Violet #8623DC
Tints of Blue Violet #8623DC
RGB
CMYK
RGB Variations
Color information
#8623DC (or 0x8623DC) is known color: Blue Violet. HEX triplet: 86, 23 and DC. RGB value is (134,35,220). Sum of RGB (Red+Green+Blue) = 134+35+220=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #8623DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8623DC is #79DC23. Grayscale: #555555. Windows color (decimal): -7986212 or 14427014. OLE color: 14427014.
HSL color Cylindrical-coordinate representation of color #8623DC: hue angle of 272.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8623DC is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 35 | 220 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.14 |
| HSL | 272.11º | 0.73% | 0.5% | - |
| HSV(B) | 272.11º | 0.84% | 0.86% | - |
| XYZ | 23.35 | 11.44 | 68.69 | - |
| YUV | 85.69 | 203.8 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 220 | 0.39 | 0.84 | 0 | 0.14 | 272.11 | 0.73 | 0.5 |
| Hex | 86 | 23 | DC | 27 | 54 | 0 | E | 110 | 49 | 32 |
| Octal | 206 | 43 | 334 | 47 | 124 | 0 | 16 | 420 | 111 | 62 |
| Binary | 10000110 | 100011 | 11011100 | 100111 | 1010100 | 0 | 1110 | 100010000 | 1001001 | 110010 |
Color Harmonies of #8623DC
Complementary color
Monochromatic Colors of #8623DC
Black with #8623DC
Text Example
Text Example
White with #8623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8623DC; }
p { color: rgb(134,35,220); }
H1.HeaderClassName
{
color: #8623DC;
}
.AnyTagClassName
{
color: #8623DC;
}
</style>
background-color css
<style>
a { background-color: #8623DC; }
a { background-color: rgb(134,35,220); }
div.DivClassName
{
background-color: #8623DC;
}
.BgClassName
{
background-color: #8623DC;
}
</style>
border-color css
<style>
span { border-color: #8623DC; }
span { border-color: rgb(134,35,220); }
td.TdClassName
{
border-color: #8623DC;
}
.TagClassName
{
border-color: #8623DC;
}
</style>