Shades of Blue Violet #8923ED
Tints of Blue Violet #8923ED
RGB
CMYK
RGB Variations
Color information
#8923ED (or 0x8923ED) is known color: Blue Violet. HEX triplet: 89, 23 and ED. RGB value is (137,35,237). Sum of RGB (Red+Green+Blue) = 137+35+237=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #8923ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8923ED is #76DC12. Grayscale: #575757. Windows color (decimal): -7789587 or 15541129. OLE color: 15541129.
HSL color Cylindrical-coordinate representation of color #8923ED: hue angle of 270.3º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8923ED is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 35 | 237 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.07 |
| HSL | 270.3º | 0.85% | 0.53% | - |
| HSV(B) | 270.3º | 0.85% | 0.93% | - |
| XYZ | 26.2 | 12.63 | 81.18 | - |
| YUV | 88.53 | 211.79 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 237 | 0.42 | 0.85 | 0 | 0.07 | 270.3 | 0.85 | 0.53 |
| Hex | 89 | 23 | ED | 2A | 55 | 0 | 7 | 10E | 55 | 35 |
| Octal | 211 | 43 | 355 | 52 | 125 | 0 | 7 | 416 | 125 | 65 |
| Binary | 10001001 | 100011 | 11101101 | 101010 | 1010101 | 0 | 111 | 100001110 | 1010101 | 110101 |
Color Harmonies of #8923ED
Complementary color
Monochromatic Colors of #8923ED
Black with #8923ED
Text Example
Text Example
White with #8923ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8923ED; }
p { color: rgb(137,35,237); }
H1.HeaderClassName
{
color: #8923ED;
}
.AnyTagClassName
{
color: #8923ED;
}
</style>
background-color css
<style>
a { background-color: #8923ED; }
a { background-color: rgb(137,35,237); }
div.DivClassName
{
background-color: #8923ED;
}
.BgClassName
{
background-color: #8923ED;
}
</style>
border-color css
<style>
span { border-color: #8923ED; }
span { border-color: rgb(137,35,237); }
td.TdClassName
{
border-color: #8923ED;
}
.TagClassName
{
border-color: #8923ED;
}
</style>