Shades of Blue Violet #9435E1
Tints of Blue Violet #9435E1
RGB
CMYK
RGB Variations
Color information
#9435E1 (or 0x9435E1) is known color: Blue Violet. HEX triplet: 94, 35 and E1. RGB value is (148,53,225). Sum of RGB (Red+Green+Blue) = 148+53+225=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #9435E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9435E1 is #6BCA1E. Grayscale: #646464. Windows color (decimal): -7064095 or 14759316. OLE color: 14759316.
HSL color Cylindrical-coordinate representation of color #9435E1: hue angle of 273.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9435E1 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 53 | 225 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.12 |
| HSL | 273.14º | 0.74% | 0.55% | - |
| HSV(B) | 273.14º | 0.76% | 0.88% | - |
| XYZ | 27.08 | 14.28 | 72.56 | - |
| YUV | 101.01 | 197.97 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 225 | 0.34 | 0.76 | 0 | 0.12 | 273.14 | 0.74 | 0.55 |
| Hex | 94 | 35 | E1 | 22 | 4C | 0 | C | 111 | 4A | 37 |
| Octal | 224 | 65 | 341 | 42 | 114 | 0 | 14 | 421 | 112 | 67 |
| Binary | 10010100 | 110101 | 11100001 | 100010 | 1001100 | 0 | 1100 | 100010001 | 1001010 | 110111 |
Color Harmonies of #9435E1
Complementary color
Monochromatic Colors of #9435E1
Black with #9435E1
Text Example
Text Example
White with #9435E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9435E1; }
p { color: rgb(148,53,225); }
H1.HeaderClassName
{
color: #9435E1;
}
.AnyTagClassName
{
color: #9435E1;
}
</style>
background-color css
<style>
a { background-color: #9435E1; }
a { background-color: rgb(148,53,225); }
div.DivClassName
{
background-color: #9435E1;
}
.BgClassName
{
background-color: #9435E1;
}
</style>
border-color css
<style>
span { border-color: #9435E1; }
span { border-color: rgb(148,53,225); }
td.TdClassName
{
border-color: #9435E1;
}
.TagClassName
{
border-color: #9435E1;
}
</style>