Shades of Blue Violet #9A35FF
Tints of Blue Violet #9A35FF
RGB
CMYK
RGB Variations
Color information
#9A35FF (or 0x9A35FF) is known color: Blue Violet. HEX triplet: 9A, 35 and FF. RGB value is (154,53,255). Sum of RGB (Red+Green+Blue) = 154+53+255=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A35FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A35FF is #65CA00. Grayscale: #696969. Windows color (decimal): -6670849 or 16725402. OLE color: 16725402.
HSL color Cylindrical-coordinate representation of color #9A35FF: hue angle of 270º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A35FF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 53 | 255 | - |
| CMYK | 0.40 | 0.79 | 0 | 0 |
| HSL | 270º | 1% | 0.6% | - |
| HSV(B) | 270º | 0.79% | 1% | - |
| XYZ | 32.65 | 16.64 | 96.1 | - |
| YUV | 106.23 | 211.96 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 53 | 255 | 0.40 | 0.79 | 0 | 0 | 270 | 1 | 0.6 |
| Hex | 9A | 35 | FF | 28 | 4F | 0 | 0 | 10E | 64 | 3C |
| Octal | 232 | 65 | 377 | 50 | 117 | 0 | 0 | 416 | 144 | 74 |
| Binary | 10011010 | 110101 | 11111111 | 101000 | 1001111 | 0 | 0 | 100001110 | 1100100 | 111100 |
Color Harmonies of #9A35FF
Complementary color
Monochromatic Colors of #9A35FF
Black with #9A35FF
Text Example
Text Example
White with #9A35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A35FF; }
p { color: rgb(154,53,255); }
H1.HeaderClassName
{
color: #9A35FF;
}
.AnyTagClassName
{
color: #9A35FF;
}
</style>
background-color css
<style>
a { background-color: #9A35FF; }
a { background-color: rgb(154,53,255); }
div.DivClassName
{
background-color: #9A35FF;
}
.BgClassName
{
background-color: #9A35FF;
}
</style>
border-color css
<style>
span { border-color: #9A35FF; }
span { border-color: rgb(154,53,255); }
td.TdClassName
{
border-color: #9A35FF;
}
.TagClassName
{
border-color: #9A35FF;
}
</style>