Shades of Blue Violet #9625E1
Tints of Blue Violet #9625E1
RGB
CMYK
RGB Variations
Color information
#9625E1 (or 0x9625E1) is known color: Blue Violet. HEX triplet: 96, 25 and E1. RGB value is (150,37,225). Sum of RGB (Red+Green+Blue) = 150+37+225=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #9625E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625E1 is #69DA1E. Grayscale: #5B5B5B. Windows color (decimal): -6937119 or 14755222. OLE color: 14755222.
HSL color Cylindrical-coordinate representation of color #9625E1: hue angle of 276.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9625E1 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 37 | 225 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.12 |
| HSL | 276.06º | 0.76% | 0.51% | - |
| HSV(B) | 276.06º | 0.84% | 0.88% | - |
| XYZ | 26.83 | 13.24 | 72.38 | - |
| YUV | 92.22 | 202.94 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 225 | 0.33 | 0.84 | 0 | 0.12 | 276.06 | 0.76 | 0.51 |
| Hex | 96 | 25 | E1 | 21 | 54 | 0 | C | 114 | 4C | 33 |
| Octal | 226 | 45 | 341 | 41 | 124 | 0 | 14 | 424 | 114 | 63 |
| Binary | 10010110 | 100101 | 11100001 | 100001 | 1010100 | 0 | 1100 | 100010100 | 1001100 | 110011 |
Color Harmonies of #9625E1
Complementary color
Monochromatic Colors of #9625E1
Black with #9625E1
Text Example
Text Example
White with #9625E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9625E1; }
p { color: rgb(150,37,225); }
H1.HeaderClassName
{
color: #9625E1;
}
.AnyTagClassName
{
color: #9625E1;
}
</style>
background-color css
<style>
a { background-color: #9625E1; }
a { background-color: rgb(150,37,225); }
div.DivClassName
{
background-color: #9625E1;
}
.BgClassName
{
background-color: #9625E1;
}
</style>
border-color css
<style>
span { border-color: #9625E1; }
span { border-color: rgb(150,37,225); }
td.TdClassName
{
border-color: #9625E1;
}
.TagClassName
{
border-color: #9625E1;
}
</style>