Shades of Blue Violet #931CDD
Tints of Blue Violet #931CDD
RGB
CMYK
RGB Variations
Color information
#931CDD (or 0x931CDD) is known color: Blue Violet. HEX triplet: 93, 1C and DD. RGB value is (147,28,221). Sum of RGB (Red+Green+Blue) = 147+28+221=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #931CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CDD is #6CE322. Grayscale: #545454. Windows color (decimal): -7136035 or 14490771. OLE color: 14490771.
HSL color Cylindrical-coordinate representation of color #931CDD: hue angle of 276.99º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931CDD is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 28 | 221 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.13 |
| HSL | 276.99º | 0.78% | 0.49% | - |
| HSV(B) | 276.99º | 0.87% | 0.87% | - |
| XYZ | 25.5 | 12.25 | 69.43 | - |
| YUV | 85.58 | 204.42 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 221 | 0.33 | 0.87 | 0 | 0.13 | 276.99 | 0.78 | 0.49 |
| Hex | 93 | 1C | DD | 21 | 57 | 0 | D | 115 | 4E | 31 |
| Octal | 223 | 34 | 335 | 41 | 127 | 0 | 15 | 425 | 116 | 61 |
| Binary | 10010011 | 11100 | 11011101 | 100001 | 1010111 | 0 | 1101 | 100010101 | 1001110 | 110001 |
Color Harmonies of #931CDD
Complementary color
Monochromatic Colors of #931CDD
Black with #931CDD
Text Example
Text Example
White with #931CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CDD; }
p { color: rgb(147,28,221); }
H1.HeaderClassName
{
color: #931CDD;
}
.AnyTagClassName
{
color: #931CDD;
}
</style>
background-color css
<style>
a { background-color: #931CDD; }
a { background-color: rgb(147,28,221); }
div.DivClassName
{
background-color: #931CDD;
}
.BgClassName
{
background-color: #931CDD;
}
</style>
border-color css
<style>
span { border-color: #931CDD; }
span { border-color: rgb(147,28,221); }
td.TdClassName
{
border-color: #931CDD;
}
.TagClassName
{
border-color: #931CDD;
}
</style>