Shades of Blue Violet #933EDC
Tints of Blue Violet #933EDC
RGB
CMYK
RGB Variations
Color information
#933EDC (or 0x933EDC) is known color: Blue Violet. HEX triplet: 93, 3E and DC. RGB value is (147,62,220). Sum of RGB (Red+Green+Blue) = 147+62+220=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #933EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933EDC is #6CC123. Grayscale: #686868. Windows color (decimal): -7127332 or 14433939. OLE color: 14433939.
HSL color Cylindrical-coordinate representation of color #933EDC: hue angle of 272.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933EDC is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 62 | 220 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.14 |
| HSL | 272.28º | 0.69% | 0.55% | - |
| HSV(B) | 272.28º | 0.72% | 0.86% | - |
| XYZ | 26.67 | 14.82 | 69.16 | - |
| YUV | 105.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 220 | 0.33 | 0.72 | 0 | 0.14 | 272.28 | 0.69 | 0.55 |
| Hex | 93 | 3E | DC | 21 | 48 | 0 | E | 110 | 45 | 37 |
| Octal | 223 | 76 | 334 | 41 | 110 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10010011 | 111110 | 11011100 | 100001 | 1001000 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #933EDC
Complementary color
Monochromatic Colors of #933EDC
Black with #933EDC
Text Example
Text Example
White with #933EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933EDC; }
p { color: rgb(147,62,220); }
H1.HeaderClassName
{
color: #933EDC;
}
.AnyTagClassName
{
color: #933EDC;
}
</style>
background-color css
<style>
a { background-color: #933EDC; }
a { background-color: rgb(147,62,220); }
div.DivClassName
{
background-color: #933EDC;
}
.BgClassName
{
background-color: #933EDC;
}
</style>
border-color css
<style>
span { border-color: #933EDC; }
span { border-color: rgb(147,62,220); }
td.TdClassName
{
border-color: #933EDC;
}
.TagClassName
{
border-color: #933EDC;
}
</style>