Shades of Blue Violet #9A41FD
Tints of Blue Violet #9A41FD
RGB
CMYK
RGB Variations
Color information
#9A41FD (or 0x9A41FD) is known color: Blue Violet. HEX triplet: 9A, 41 and FD. RGB value is (154,65,253). Sum of RGB (Red+Green+Blue) = 154+65+253=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A41FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A41FD is #65BE02. Grayscale: #707070. Windows color (decimal): -6667779 or 16597402. OLE color: 16597402.
HSL color Cylindrical-coordinate representation of color #9A41FD: hue angle of 268.4º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A41FD is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 65 | 253 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.01 |
| HSL | 268.4º | 0.98% | 0.62% | - |
| HSV(B) | 268.4º | 0.74% | 0.99% | - |
| XYZ | 32.95 | 17.74 | 94.62 | - |
| YUV | 113.04 | 206.99 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 253 | 0.39 | 0.74 | 0 | 0.01 | 268.4 | 0.98 | 0.62 |
| Hex | 9A | 41 | FD | 27 | 4A | 0 | 1 | 10C | 62 | 3E |
| Octal | 232 | 101 | 375 | 47 | 112 | 0 | 1 | 414 | 142 | 76 |
| Binary | 10011010 | 1000001 | 11111101 | 100111 | 1001010 | 0 | 1 | 100001100 | 1100010 | 111110 |
Color Harmonies of #9A41FD
Complementary color
Monochromatic Colors of #9A41FD
Black with #9A41FD
Text Example
Text Example
White with #9A41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A41FD; }
p { color: rgb(154,65,253); }
H1.HeaderClassName
{
color: #9A41FD;
}
.AnyTagClassName
{
color: #9A41FD;
}
</style>
background-color css
<style>
a { background-color: #9A41FD; }
a { background-color: rgb(154,65,253); }
div.DivClassName
{
background-color: #9A41FD;
}
.BgClassName
{
background-color: #9A41FD;
}
</style>
border-color css
<style>
span { border-color: #9A41FD; }
span { border-color: rgb(154,65,253); }
td.TdClassName
{
border-color: #9A41FD;
}
.TagClassName
{
border-color: #9A41FD;
}
</style>