Shades of Blue Violet #9427DA
Tints of Blue Violet #9427DA
RGB
CMYK
RGB Variations
Color information
#9427DA (or 0x9427DA) is known color: Blue Violet. HEX triplet: 94, 27 and DA. RGB value is (148,39,218). Sum of RGB (Red+Green+Blue) = 148+39+218=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #9427DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9427DA is #6BD825. Grayscale: #5B5B5B. Windows color (decimal): -7067686 or 14296980. OLE color: 14296980.
HSL color Cylindrical-coordinate representation of color #9427DA: hue angle of 276.54º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9427DA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 39 | 218 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.15 |
| HSL | 276.54º | 0.71% | 0.5% | - |
| HSV(B) | 276.54º | 0.82% | 0.85% | - |
| XYZ | 25.59 | 12.81 | 67.45 | - |
| YUV | 92 | 199.11 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 218 | 0.32 | 0.82 | 0 | 0.15 | 276.54 | 0.71 | 0.5 |
| Hex | 94 | 27 | DA | 20 | 52 | 0 | F | 115 | 47 | 32 |
| Octal | 224 | 47 | 332 | 40 | 122 | 0 | 17 | 425 | 107 | 62 |
| Binary | 10010100 | 100111 | 11011010 | 100000 | 1010010 | 0 | 1111 | 100010101 | 1000111 | 110010 |
Color Harmonies of #9427DA
Complementary color
Monochromatic Colors of #9427DA
Black with #9427DA
Text Example
Text Example
White with #9427DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9427DA; }
p { color: rgb(148,39,218); }
H1.HeaderClassName
{
color: #9427DA;
}
.AnyTagClassName
{
color: #9427DA;
}
</style>
background-color css
<style>
a { background-color: #9427DA; }
a { background-color: rgb(148,39,218); }
div.DivClassName
{
background-color: #9427DA;
}
.BgClassName
{
background-color: #9427DA;
}
</style>
border-color css
<style>
span { border-color: #9427DA; }
span { border-color: rgb(148,39,218); }
td.TdClassName
{
border-color: #9427DA;
}
.TagClassName
{
border-color: #9427DA;
}
</style>