Shades of Blue Violet #9925DC
Tints of Blue Violet #9925DC
RGB
CMYK
RGB Variations
Color information
#9925DC (or 0x9925DC) is known color: Blue Violet. HEX triplet: 99, 25 and DC. RGB value is (153,37,220). Sum of RGB (Red+Green+Blue) = 153+37+220=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #9925DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9925DC is #66DA23. Grayscale: #5B5B5B. Windows color (decimal): -6740516 or 14427545. OLE color: 14427545.
HSL color Cylindrical-coordinate representation of color #9925DC: hue angle of 278.03º 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 #9925DC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 37 | 220 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.14 |
| HSL | 278.03º | 0.72% | 0.5% | - |
| HSV(B) | 278.03º | 0.83% | 0.86% | - |
| XYZ | 26.72 | 13.26 | 68.86 | - |
| YUV | 92.55 | 199.93 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 220 | 0.30 | 0.83 | 0 | 0.14 | 278.03 | 0.72 | 0.5 |
| Hex | 99 | 25 | DC | 1E | 53 | 0 | E | 116 | 48 | 32 |
| Octal | 231 | 45 | 334 | 36 | 123 | 0 | 16 | 426 | 110 | 62 |
| Binary | 10011001 | 100101 | 11011100 | 11110 | 1010011 | 0 | 1110 | 100010110 | 1001000 | 110010 |
Color Harmonies of #9925DC
Complementary color
Monochromatic Colors of #9925DC
Black with #9925DC
Text Example
Text Example
White with #9925DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9925DC; }
p { color: rgb(153,37,220); }
H1.HeaderClassName
{
color: #9925DC;
}
.AnyTagClassName
{
color: #9925DC;
}
</style>
background-color css
<style>
a { background-color: #9925DC; }
a { background-color: rgb(153,37,220); }
div.DivClassName
{
background-color: #9925DC;
}
.BgClassName
{
background-color: #9925DC;
}
</style>
border-color css
<style>
span { border-color: #9925DC; }
span { border-color: rgb(153,37,220); }
td.TdClassName
{
border-color: #9925DC;
}
.TagClassName
{
border-color: #9925DC;
}
</style>