Shades of Blue Violet #9C30FD
Tints of Blue Violet #9C30FD
RGB
CMYK
RGB Variations
Color information
#9C30FD (or 0x9C30FD) is known color: Blue Violet. HEX triplet: 9C, 30 and FD. RGB value is (156,48,253). Sum of RGB (Red+Green+Blue) = 156+48+253=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C30FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C30FD is #63CF02. Grayscale: #666666. Windows color (decimal): -6541059 or 16593052. OLE color: 16593052.
HSL color Cylindrical-coordinate representation of color #9C30FD: hue angle of 271.61º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C30FD is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 48 | 253 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.01 |
| HSL | 271.61º | 0.98% | 0.59% | - |
| HSV(B) | 271.61º | 0.81% | 0.99% | - |
| XYZ | 32.5 | 16.27 | 94.36 | - |
| YUV | 103.66 | 212.28 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 48 | 253 | 0.38 | 0.81 | 0 | 0.01 | 271.61 | 0.98 | 0.59 |
| Hex | 9C | 30 | FD | 26 | 51 | 0 | 1 | 110 | 62 | 3B |
| Octal | 234 | 60 | 375 | 46 | 121 | 0 | 1 | 420 | 142 | 73 |
| Binary | 10011100 | 110000 | 11111101 | 100110 | 1010001 | 0 | 1 | 100010000 | 1100010 | 111011 |
Color Harmonies of #9C30FD
Complementary color
Monochromatic Colors of #9C30FD
Black with #9C30FD
Text Example
Text Example
White with #9C30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C30FD; }
p { color: rgb(156,48,253); }
H1.HeaderClassName
{
color: #9C30FD;
}
.AnyTagClassName
{
color: #9C30FD;
}
</style>
background-color css
<style>
a { background-color: #9C30FD; }
a { background-color: rgb(156,48,253); }
div.DivClassName
{
background-color: #9C30FD;
}
.BgClassName
{
background-color: #9C30FD;
}
</style>
border-color css
<style>
span { border-color: #9C30FD; }
span { border-color: rgb(156,48,253); }
td.TdClassName
{
border-color: #9C30FD;
}
.TagClassName
{
border-color: #9C30FD;
}
</style>