Shades of Blue Violet #9C34F4
Tints of Blue Violet #9C34F4
RGB
CMYK
RGB Variations
Color information
#9C34F4 (or 0x9C34F4) is known color: Blue Violet. HEX triplet: 9C, 34 and F4. RGB value is (156,52,244). Sum of RGB (Red+Green+Blue) = 156+52+244=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #9C34F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C34F4 is #63CB0B. Grayscale: #686868. Windows color (decimal): -6540044 or 16004252. OLE color: 16004252.
HSL color Cylindrical-coordinate representation of color #9C34F4: hue angle of 272.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C34F4 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 52 | 244 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.04 |
| HSL | 272.5º | 0.9% | 0.58% | - |
| HSV(B) | 272.5º | 0.79% | 0.96% | - |
| XYZ | 31.27 | 16.06 | 87.04 | - |
| YUV | 104.98 | 206.46 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 244 | 0.36 | 0.79 | 0 | 0.04 | 272.5 | 0.9 | 0.58 |
| Hex | 9C | 34 | F4 | 24 | 4F | 0 | 4 | 110 | 5A | 3A |
| Octal | 234 | 64 | 364 | 44 | 117 | 0 | 4 | 420 | 132 | 72 |
| Binary | 10011100 | 110100 | 11110100 | 100100 | 1001111 | 0 | 100 | 100010000 | 1011010 | 111010 |
Color Harmonies of #9C34F4
Complementary color
Monochromatic Colors of #9C34F4
Black with #9C34F4
Text Example
Text Example
White with #9C34F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C34F4; }
p { color: rgb(156,52,244); }
H1.HeaderClassName
{
color: #9C34F4;
}
.AnyTagClassName
{
color: #9C34F4;
}
</style>
background-color css
<style>
a { background-color: #9C34F4; }
a { background-color: rgb(156,52,244); }
div.DivClassName
{
background-color: #9C34F4;
}
.BgClassName
{
background-color: #9C34F4;
}
</style>
border-color css
<style>
span { border-color: #9C34F4; }
span { border-color: rgb(156,52,244); }
td.TdClassName
{
border-color: #9C34F4;
}
.TagClassName
{
border-color: #9C34F4;
}
</style>