Shades of Blue Violet #9A43F1
Tints of Blue Violet #9A43F1
RGB
CMYK
RGB Variations
Color information
#9A43F1 (or 0x9A43F1) is known color: Blue Violet. HEX triplet: 9A, 43 and F1. RGB value is (154,67,241). Sum of RGB (Red+Green+Blue) = 154+67+241=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A43F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A43F1 is #65BC0E. Grayscale: #707070. Windows color (decimal): -6667279 or 15811482. OLE color: 15811482.
HSL color Cylindrical-coordinate representation of color #9A43F1: hue angle of 270º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A43F1 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 67 | 241 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.05 |
| HSL | 270º | 0.86% | 0.6% | - |
| HSV(B) | 270º | 0.72% | 0.95% | - |
| XYZ | 31.21 | 17.24 | 84.9 | - |
| YUV | 112.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 241 | 0.36 | 0.72 | 0 | 0.05 | 270 | 0.86 | 0.6 |
| Hex | 9A | 43 | F1 | 24 | 48 | 0 | 5 | 10E | 56 | 3C |
| Octal | 232 | 103 | 361 | 44 | 110 | 0 | 5 | 416 | 126 | 74 |
| Binary | 10011010 | 1000011 | 11110001 | 100100 | 1001000 | 0 | 101 | 100001110 | 1010110 | 111100 |
Color Harmonies of #9A43F1
Complementary color
Monochromatic Colors of #9A43F1
Black with #9A43F1
Text Example
Text Example
White with #9A43F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A43F1; }
p { color: rgb(154,67,241); }
H1.HeaderClassName
{
color: #9A43F1;
}
.AnyTagClassName
{
color: #9A43F1;
}
</style>
background-color css
<style>
a { background-color: #9A43F1; }
a { background-color: rgb(154,67,241); }
div.DivClassName
{
background-color: #9A43F1;
}
.BgClassName
{
background-color: #9A43F1;
}
</style>
border-color css
<style>
span { border-color: #9A43F1; }
span { border-color: rgb(154,67,241); }
td.TdClassName
{
border-color: #9A43F1;
}
.TagClassName
{
border-color: #9A43F1;
}
</style>