Shades of Blue Violet #9625DC
Tints of Blue Violet #9625DC
RGB
CMYK
RGB Variations
Color information
#9625DC (or 0x9625DC) is known color: Blue Violet. HEX triplet: 96, 25 and DC. RGB value is (150,37,220). Sum of RGB (Red+Green+Blue) = 150+37+220=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #9625DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625DC is #69DA23. Grayscale: #5B5B5B. Windows color (decimal): -6937124 or 14427542. OLE color: 14427542.
HSL color Cylindrical-coordinate representation of color #9625DC: hue angle of 277.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9625DC is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 37 | 220 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.14 |
| HSL | 277.05º | 0.72% | 0.5% | - |
| HSV(B) | 277.05º | 0.83% | 0.86% | - |
| XYZ | 26.16 | 12.97 | 68.84 | - |
| YUV | 91.65 | 200.44 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 220 | 0.32 | 0.83 | 0 | 0.14 | 277.05 | 0.72 | 0.5 |
| Hex | 96 | 25 | DC | 20 | 53 | 0 | E | 115 | 48 | 32 |
| Octal | 226 | 45 | 334 | 40 | 123 | 0 | 16 | 425 | 110 | 62 |
| Binary | 10010110 | 100101 | 11011100 | 100000 | 1010011 | 0 | 1110 | 100010101 | 1001000 | 110010 |
Color Harmonies of #9625DC
Complementary color
Monochromatic Colors of #9625DC
Black with #9625DC
Text Example
Text Example
White with #9625DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9625DC; }
p { color: rgb(150,37,220); }
H1.HeaderClassName
{
color: #9625DC;
}
.AnyTagClassName
{
color: #9625DC;
}
</style>
background-color css
<style>
a { background-color: #9625DC; }
a { background-color: rgb(150,37,220); }
div.DivClassName
{
background-color: #9625DC;
}
.BgClassName
{
background-color: #9625DC;
}
</style>
border-color css
<style>
span { border-color: #9625DC; }
span { border-color: rgb(150,37,220); }
td.TdClassName
{
border-color: #9625DC;
}
.TagClassName
{
border-color: #9625DC;
}
</style>