Shades of Blue Violet #9D2CEB
Tints of Blue Violet #9D2CEB
RGB
CMYK
RGB Variations
Color information
#9D2CEB (or 0x9D2CEB) is known color: Blue Violet. HEX triplet: 9D, 2C and EB. RGB value is (157,44,235). Sum of RGB (Red+Green+Blue) = 157+44+235=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D2CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2CEB is #62D314. Grayscale: #626262. Windows color (decimal): -6476565 or 15412381. OLE color: 15412381.
HSL color Cylindrical-coordinate representation of color #9D2CEB: hue angle of 275.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D2CEB is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 44 | 235 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.08 |
| HSL | 275.5º | 0.83% | 0.55% | - |
| HSV(B) | 275.5º | 0.81% | 0.92% | - |
| XYZ | 29.8 | 14.97 | 79.92 | - |
| YUV | 99.56 | 204.44 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 235 | 0.33 | 0.81 | 0 | 0.08 | 275.5 | 0.83 | 0.55 |
| Hex | 9D | 2C | EB | 21 | 51 | 0 | 8 | 113 | 53 | 37 |
| Octal | 235 | 54 | 353 | 41 | 121 | 0 | 10 | 423 | 123 | 67 |
| Binary | 10011101 | 101100 | 11101011 | 100001 | 1010001 | 0 | 1000 | 100010011 | 1010011 | 110111 |
Color Harmonies of #9D2CEB
Complementary color
Monochromatic Colors of #9D2CEB
Black with #9D2CEB
Text Example
Text Example
White with #9D2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2CEB; }
p { color: rgb(157,44,235); }
H1.HeaderClassName
{
color: #9D2CEB;
}
.AnyTagClassName
{
color: #9D2CEB;
}
</style>
background-color css
<style>
a { background-color: #9D2CEB; }
a { background-color: rgb(157,44,235); }
div.DivClassName
{
background-color: #9D2CEB;
}
.BgClassName
{
background-color: #9D2CEB;
}
</style>
border-color css
<style>
span { border-color: #9D2CEB; }
span { border-color: rgb(157,44,235); }
td.TdClassName
{
border-color: #9D2CEB;
}
.TagClassName
{
border-color: #9D2CEB;
}
</style>