Shades of Blue Violet #933FDC
Tints of Blue Violet #933FDC
RGB
CMYK
RGB Variations
Color information
#933FDC (or 0x933FDC) is known color: Blue Violet. HEX triplet: 93, 3F and DC. RGB value is (147,63,220). Sum of RGB (Red+Green+Blue) = 147+63+220=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #933FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FDC is #6CC023. Grayscale: #696969. Windows color (decimal): -7127076 or 14434195. OLE color: 14434195.
HSL color Cylindrical-coordinate representation of color #933FDC: hue angle of 272.1º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #933FDC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 63 | 220 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.14 |
| HSL | 272.1º | 0.69% | 0.55% | - |
| HSV(B) | 272.1º | 0.71% | 0.86% | - |
| XYZ | 26.73 | 14.93 | 69.18 | - |
| YUV | 106.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 220 | 0.33 | 0.71 | 0 | 0.14 | 272.1 | 0.69 | 0.55 |
| Hex | 93 | 3F | DC | 21 | 47 | 0 | E | 110 | 45 | 37 |
| Octal | 223 | 77 | 334 | 41 | 107 | 0 | 16 | 420 | 105 | 67 |
| Binary | 10010011 | 111111 | 11011100 | 100001 | 1000111 | 0 | 1110 | 100010000 | 1000101 | 110111 |
Color Harmonies of #933FDC
Complementary color
Monochromatic Colors of #933FDC
Black with #933FDC
Text Example
Text Example
White with #933FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FDC; }
p { color: rgb(147,63,220); }
H1.HeaderClassName
{
color: #933FDC;
}
.AnyTagClassName
{
color: #933FDC;
}
</style>
background-color css
<style>
a { background-color: #933FDC; }
a { background-color: rgb(147,63,220); }
div.DivClassName
{
background-color: #933FDC;
}
.BgClassName
{
background-color: #933FDC;
}
</style>
border-color css
<style>
span { border-color: #933FDC; }
span { border-color: rgb(147,63,220); }
td.TdClassName
{
border-color: #933FDC;
}
.TagClassName
{
border-color: #933FDC;
}
</style>