Shades of Blue Violet #9C42FD
Tints of Blue Violet #9C42FD
RGB
CMYK
RGB Variations
Color information
#9C42FD (or 0x9C42FD) is known color: Blue Violet. HEX triplet: 9C, 42 and FD. RGB value is (156,66,253). Sum of RGB (Red+Green+Blue) = 156+66+253=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C42FD is #63BD02. Grayscale: #717171. Windows color (decimal): -6536451 or 16597660. OLE color: 16597660.
HSL color Cylindrical-coordinate representation of color #9C42FD: hue angle of 268.88º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C42FD is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 66 | 253 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.01 |
| HSL | 268.88º | 0.98% | 0.63% | - |
| HSV(B) | 268.88º | 0.74% | 0.99% | - |
| XYZ | 33.39 | 18.06 | 94.65 | - |
| YUV | 114.23 | 206.32 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 253 | 0.38 | 0.74 | 0 | 0.01 | 268.88 | 0.98 | 0.63 |
| Hex | 9C | 42 | FD | 26 | 4A | 0 | 1 | 10D | 62 | 3F |
| Octal | 234 | 102 | 375 | 46 | 112 | 0 | 1 | 415 | 142 | 77 |
| Binary | 10011100 | 1000010 | 11111101 | 100110 | 1001010 | 0 | 1 | 100001101 | 1100010 | 111111 |
Color Harmonies of #9C42FD
Complementary color
Monochromatic Colors of #9C42FD
Black with #9C42FD
Text Example
Text Example
White with #9C42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C42FD; }
p { color: rgb(156,66,253); }
H1.HeaderClassName
{
color: #9C42FD;
}
.AnyTagClassName
{
color: #9C42FD;
}
</style>
background-color css
<style>
a { background-color: #9C42FD; }
a { background-color: rgb(156,66,253); }
div.DivClassName
{
background-color: #9C42FD;
}
.BgClassName
{
background-color: #9C42FD;
}
</style>
border-color css
<style>
span { border-color: #9C42FD; }
span { border-color: rgb(156,66,253); }
td.TdClassName
{
border-color: #9C42FD;
}
.TagClassName
{
border-color: #9C42FD;
}
</style>