Shades of Blue Violet #9435DD
Tints of Blue Violet #9435DD
RGB
CMYK
RGB Variations
Color information
#9435DD (or 0x9435DD) is known color: Blue Violet. HEX triplet: 94, 35 and DD. RGB value is (148,53,221). Sum of RGB (Red+Green+Blue) = 148+53+221=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #9435DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9435DD is #6BCA22. Grayscale: #636363. Windows color (decimal): -7064099 or 14497172. OLE color: 14497172.
HSL color Cylindrical-coordinate representation of color #9435DD: hue angle of 273.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9435DD is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 53 | 221 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.13 |
| HSL | 273.93º | 0.71% | 0.54% | - |
| HSV(B) | 273.93º | 0.76% | 0.87% | - |
| XYZ | 26.54 | 14.06 | 69.72 | - |
| YUV | 100.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 221 | 0.33 | 0.76 | 0 | 0.13 | 273.93 | 0.71 | 0.54 |
| Hex | 94 | 35 | DD | 21 | 4C | 0 | D | 112 | 47 | 36 |
| Octal | 224 | 65 | 335 | 41 | 114 | 0 | 15 | 422 | 107 | 66 |
| Binary | 10010100 | 110101 | 11011101 | 100001 | 1001100 | 0 | 1101 | 100010010 | 1000111 | 110110 |
Color Harmonies of #9435DD
Complementary color
Monochromatic Colors of #9435DD
Black with #9435DD
Text Example
Text Example
White with #9435DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9435DD; }
p { color: rgb(148,53,221); }
H1.HeaderClassName
{
color: #9435DD;
}
.AnyTagClassName
{
color: #9435DD;
}
</style>
background-color css
<style>
a { background-color: #9435DD; }
a { background-color: rgb(148,53,221); }
div.DivClassName
{
background-color: #9435DD;
}
.BgClassName
{
background-color: #9435DD;
}
</style>
border-color css
<style>
span { border-color: #9435DD; }
span { border-color: rgb(148,53,221); }
td.TdClassName
{
border-color: #9435DD;
}
.TagClassName
{
border-color: #9435DD;
}
</style>