Shades of Blue Violet #9545EF
Tints of Blue Violet #9545EF
RGB
CMYK
RGB Variations
Color information
#9545EF (or 0x9545EF) is known color: Blue Violet. HEX triplet: 95, 45 and EF. RGB value is (149,69,239). Sum of RGB (Red+Green+Blue) = 149+69+239=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #9545EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9545EF is #6ABA10. Grayscale: #6F6F6F. Windows color (decimal): -6994449 or 15680917. OLE color: 15680917.
HSL color Cylindrical-coordinate representation of color #9545EF: hue angle of 268.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9545EF is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 69 | 239 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.06 |
| HSL | 268.24º | 0.84% | 0.6% | - |
| HSV(B) | 268.24º | 0.71% | 0.94% | - |
| XYZ | 30.1 | 16.88 | 83.33 | - |
| YUV | 112.3 | 199.5 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 239 | 0.38 | 0.71 | 0 | 0.06 | 268.24 | 0.84 | 0.6 |
| Hex | 95 | 45 | EF | 26 | 47 | 0 | 6 | 10C | 54 | 3C |
| Octal | 225 | 105 | 357 | 46 | 107 | 0 | 6 | 414 | 124 | 74 |
| Binary | 10010101 | 1000101 | 11101111 | 100110 | 1000111 | 0 | 110 | 100001100 | 1010100 | 111100 |
Color Harmonies of #9545EF
Complementary color
Monochromatic Colors of #9545EF
Black with #9545EF
Text Example
Text Example
White with #9545EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9545EF; }
p { color: rgb(149,69,239); }
H1.HeaderClassName
{
color: #9545EF;
}
.AnyTagClassName
{
color: #9545EF;
}
</style>
background-color css
<style>
a { background-color: #9545EF; }
a { background-color: rgb(149,69,239); }
div.DivClassName
{
background-color: #9545EF;
}
.BgClassName
{
background-color: #9545EF;
}
</style>
border-color css
<style>
span { border-color: #9545EF; }
span { border-color: rgb(149,69,239); }
td.TdClassName
{
border-color: #9545EF;
}
.TagClassName
{
border-color: #9545EF;
}
</style>