Shades of Blue Violet #9C30ED
Tints of Blue Violet #9C30ED
RGB
CMYK
RGB Variations
Color information
#9C30ED (or 0x9C30ED) is known color: Blue Violet. HEX triplet: 9C, 30 and ED. RGB value is (156,48,237). Sum of RGB (Red+Green+Blue) = 156+48+237=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C30ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C30ED is #63CF12. Grayscale: #656565. Windows color (decimal): -6541075 or 15544476. OLE color: 15544476.
HSL color Cylindrical-coordinate representation of color #9C30ED: hue angle of 274.29º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C30ED is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 48 | 237 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.07 |
| HSL | 274.29º | 0.84% | 0.56% | - |
| HSV(B) | 274.29º | 0.8% | 0.93% | - |
| XYZ | 30.05 | 15.3 | 81.49 | - |
| YUV | 101.84 | 204.28 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 48 | 237 | 0.34 | 0.80 | 0 | 0.07 | 274.29 | 0.84 | 0.56 |
| Hex | 9C | 30 | ED | 22 | 50 | 0 | 7 | 112 | 54 | 38 |
| Octal | 234 | 60 | 355 | 42 | 120 | 0 | 7 | 422 | 124 | 70 |
| Binary | 10011100 | 110000 | 11101101 | 100010 | 1010000 | 0 | 111 | 100010010 | 1010100 | 111000 |
Color Harmonies of #9C30ED
Complementary color
Monochromatic Colors of #9C30ED
Black with #9C30ED
Text Example
Text Example
White with #9C30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C30ED; }
p { color: rgb(156,48,237); }
H1.HeaderClassName
{
color: #9C30ED;
}
.AnyTagClassName
{
color: #9C30ED;
}
</style>
background-color css
<style>
a { background-color: #9C30ED; }
a { background-color: rgb(156,48,237); }
div.DivClassName
{
background-color: #9C30ED;
}
.BgClassName
{
background-color: #9C30ED;
}
</style>
border-color css
<style>
span { border-color: #9C30ED; }
span { border-color: rgb(156,48,237); }
td.TdClassName
{
border-color: #9C30ED;
}
.TagClassName
{
border-color: #9C30ED;
}
</style>