Shades of Blue Violet #9A34F7
Tints of Blue Violet #9A34F7
RGB
CMYK
RGB Variations
Color information
#9A34F7 (or 0x9A34F7) is known color: Blue Violet. HEX triplet: 9A, 34 and F7. RGB value is (154,52,247). Sum of RGB (Red+Green+Blue) = 154+52+247=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A34F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A34F7 is #65CB08. Grayscale: #686868. Windows color (decimal): -6671113 or 16200858. OLE color: 16200858.
HSL color Cylindrical-coordinate representation of color #9A34F7: hue angle of 271.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A34F7 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 52 | 247 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.03 |
| HSL | 271.38º | 0.92% | 0.59% | - |
| HSV(B) | 271.38º | 0.79% | 0.97% | - |
| XYZ | 31.34 | 16.04 | 89.44 | - |
| YUV | 104.73 | 208.29 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 52 | 247 | 0.38 | 0.79 | 0 | 0.03 | 271.38 | 0.92 | 0.59 |
| Hex | 9A | 34 | F7 | 26 | 4F | 0 | 3 | 10F | 5C | 3B |
| Octal | 232 | 64 | 367 | 46 | 117 | 0 | 3 | 417 | 134 | 73 |
| Binary | 10011010 | 110100 | 11110111 | 100110 | 1001111 | 0 | 11 | 100001111 | 1011100 | 111011 |
Color Harmonies of #9A34F7
Complementary color
Monochromatic Colors of #9A34F7
Black with #9A34F7
Text Example
Text Example
White with #9A34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A34F7; }
p { color: rgb(154,52,247); }
H1.HeaderClassName
{
color: #9A34F7;
}
.AnyTagClassName
{
color: #9A34F7;
}
</style>
background-color css
<style>
a { background-color: #9A34F7; }
a { background-color: rgb(154,52,247); }
div.DivClassName
{
background-color: #9A34F7;
}
.BgClassName
{
background-color: #9A34F7;
}
</style>
border-color css
<style>
span { border-color: #9A34F7; }
span { border-color: rgb(154,52,247); }
td.TdClassName
{
border-color: #9A34F7;
}
.TagClassName
{
border-color: #9A34F7;
}
</style>