Shades of Blue Violet #893CEE
Tints of Blue Violet #893CEE
RGB
CMYK
RGB Variations
Color information
#893CEE (or 0x893CEE) is known color: Blue Violet. HEX triplet: 89, 3C and EE. RGB value is (137,60,238). Sum of RGB (Red+Green+Blue) = 137+60+238=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #893CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CEE is #76C311. Grayscale: #666666. Windows color (decimal): -7783186 or 15613065. OLE color: 15613065.
HSL color Cylindrical-coordinate representation of color #893CEE: hue angle of 265.96º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #893CEE is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 60 | 238 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.07 |
| HSL | 265.96º | 0.84% | 0.58% | - |
| HSV(B) | 265.96º | 0.75% | 0.93% | - |
| XYZ | 27.37 | 14.72 | 82.29 | - |
| YUV | 103.32 | 204.01 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 238 | 0.42 | 0.75 | 0 | 0.07 | 265.96 | 0.84 | 0.58 |
| Hex | 89 | 3C | EE | 2A | 4B | 0 | 7 | 10A | 54 | 3A |
| Octal | 211 | 74 | 356 | 52 | 113 | 0 | 7 | 412 | 124 | 72 |
| Binary | 10001001 | 111100 | 11101110 | 101010 | 1001011 | 0 | 111 | 100001010 | 1010100 | 111010 |
Color Harmonies of #893CEE
Complementary color
Monochromatic Colors of #893CEE
Black with #893CEE
Text Example
Text Example
White with #893CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893CEE; }
p { color: rgb(137,60,238); }
H1.HeaderClassName
{
color: #893CEE;
}
.AnyTagClassName
{
color: #893CEE;
}
</style>
background-color css
<style>
a { background-color: #893CEE; }
a { background-color: rgb(137,60,238); }
div.DivClassName
{
background-color: #893CEE;
}
.BgClassName
{
background-color: #893CEE;
}
</style>
border-color css
<style>
span { border-color: #893CEE; }
span { border-color: rgb(137,60,238); }
td.TdClassName
{
border-color: #893CEE;
}
.TagClassName
{
border-color: #893CEE;
}
</style>