Shades of Blue Violet #8923CE
Tints of Blue Violet #8923CE
RGB
CMYK
RGB Variations
Color information
#8923CE (or 0x8923CE) is known color: Blue Violet. HEX triplet: 89, 23 and CE. RGB value is (137,35,206). Sum of RGB (Red+Green+Blue) = 137+35+206=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #8923CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8923CE is #76DC31. Grayscale: #545454. Windows color (decimal): -7789618 or 13509513. OLE color: 13509513.
HSL color Cylindrical-coordinate representation of color #8923CE: hue angle of 275.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8923CE is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 35 | 206 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.19 |
| HSL | 275.79º | 0.71% | 0.47% | - |
| HSV(B) | 275.79º | 0.83% | 0.81% | - |
| XYZ | 22.06 | 10.98 | 59.35 | - |
| YUV | 84.99 | 196.29 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 206 | 0.33 | 0.83 | 0 | 0.19 | 275.79 | 0.71 | 0.47 |
| Hex | 89 | 23 | CE | 21 | 53 | 0 | 13 | 114 | 47 | 2F |
| Octal | 211 | 43 | 316 | 41 | 123 | 0 | 23 | 424 | 107 | 57 |
| Binary | 10001001 | 100011 | 11001110 | 100001 | 1010011 | 0 | 10011 | 100010100 | 1000111 | 101111 |
Color Harmonies of #8923CE
Complementary color
Monochromatic Colors of #8923CE
Black with #8923CE
Text Example
Text Example
White with #8923CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8923CE; }
p { color: rgb(137,35,206); }
H1.HeaderClassName
{
color: #8923CE;
}
.AnyTagClassName
{
color: #8923CE;
}
</style>
background-color css
<style>
a { background-color: #8923CE; }
a { background-color: rgb(137,35,206); }
div.DivClassName
{
background-color: #8923CE;
}
.BgClassName
{
background-color: #8923CE;
}
</style>
border-color css
<style>
span { border-color: #8923CE; }
span { border-color: rgb(137,35,206); }
td.TdClassName
{
border-color: #8923CE;
}
.TagClassName
{
border-color: #8923CE;
}
</style>