Shades of Blue Violet #9427E5
Tints of Blue Violet #9427E5
RGB
CMYK
RGB Variations
Color information
#9427E5 (or 0x9427E5) is known color: Blue Violet. HEX triplet: 94, 27 and E5. RGB value is (148,39,229). Sum of RGB (Red+Green+Blue) = 148+39+229=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #9427E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9427E5 is #6BD81A. Grayscale: #5C5C5C. Windows color (decimal): -7067675 or 15017876. OLE color: 15017876.
HSL color Cylindrical-coordinate representation of color #9427E5: hue angle of 274.42º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9427E5 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 39 | 229 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.10 |
| HSL | 274.42º | 0.79% | 0.53% | - |
| HSV(B) | 274.42º | 0.83% | 0.9% | - |
| XYZ | 27.08 | 13.4 | 75.29 | - |
| YUV | 93.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 229 | 0.35 | 0.83 | 0 | 0.10 | 274.42 | 0.79 | 0.53 |
| Hex | 94 | 27 | E5 | 23 | 53 | 0 | A | 112 | 4F | 35 |
| Octal | 224 | 47 | 345 | 43 | 123 | 0 | 12 | 422 | 117 | 65 |
| Binary | 10010100 | 100111 | 11100101 | 100011 | 1010011 | 0 | 1010 | 100010010 | 1001111 | 110101 |
Color Harmonies of #9427E5
Complementary color
Monochromatic Colors of #9427E5
Black with #9427E5
Text Example
Text Example
White with #9427E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9427E5; }
p { color: rgb(148,39,229); }
H1.HeaderClassName
{
color: #9427E5;
}
.AnyTagClassName
{
color: #9427E5;
}
</style>
background-color css
<style>
a { background-color: #9427E5; }
a { background-color: rgb(148,39,229); }
div.DivClassName
{
background-color: #9427E5;
}
.BgClassName
{
background-color: #9427E5;
}
</style>
border-color css
<style>
span { border-color: #9427E5; }
span { border-color: rgb(148,39,229); }
td.TdClassName
{
border-color: #9427E5;
}
.TagClassName
{
border-color: #9427E5;
}
</style>