Shades of Blue Violet #9425DA
Tints of Blue Violet #9425DA
RGB
CMYK
RGB Variations
Color information
#9425DA (or 0x9425DA) is known color: Blue Violet. HEX triplet: 94, 25 and DA. RGB value is (148,37,218). Sum of RGB (Red+Green+Blue) = 148+37+218=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #9425DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425DA is #6BDA25. Grayscale: #5A5A5A. Windows color (decimal): -7068198 or 14296468. OLE color: 14296468.
HSL color Cylindrical-coordinate representation of color #9425DA: hue angle of 276.8º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9425DA is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 37 | 218 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.15 |
| HSL | 276.8º | 0.71% | 0.5% | - |
| HSV(B) | 276.8º | 0.83% | 0.85% | - |
| XYZ | 25.53 | 12.68 | 67.43 | - |
| YUV | 90.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 218 | 0.32 | 0.83 | 0 | 0.15 | 276.8 | 0.71 | 0.5 |
| Hex | 94 | 25 | DA | 20 | 53 | 0 | F | 115 | 47 | 32 |
| Octal | 224 | 45 | 332 | 40 | 123 | 0 | 17 | 425 | 107 | 62 |
| Binary | 10010100 | 100101 | 11011010 | 100000 | 1010011 | 0 | 1111 | 100010101 | 1000111 | 110010 |
Color Harmonies of #9425DA
Complementary color
Monochromatic Colors of #9425DA
Black with #9425DA
Text Example
Text Example
White with #9425DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9425DA; }
p { color: rgb(148,37,218); }
H1.HeaderClassName
{
color: #9425DA;
}
.AnyTagClassName
{
color: #9425DA;
}
</style>
background-color css
<style>
a { background-color: #9425DA; }
a { background-color: rgb(148,37,218); }
div.DivClassName
{
background-color: #9425DA;
}
.BgClassName
{
background-color: #9425DA;
}
</style>
border-color css
<style>
span { border-color: #9425DA; }
span { border-color: rgb(148,37,218); }
td.TdClassName
{
border-color: #9425DA;
}
.TagClassName
{
border-color: #9425DA;
}
</style>