Shades of Blue Violet #9628DA
Tints of Blue Violet #9628DA
RGB
CMYK
RGB Variations
Color information
#9628DA (or 0x9628DA) is known color: Blue Violet. HEX triplet: 96, 28 and DA. RGB value is (150,40,218). Sum of RGB (Red+Green+Blue) = 150+40+218=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #9628DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9628DA is #69D725. Grayscale: #5C5C5C. Windows color (decimal): -6936358 or 14297238. OLE color: 14297238.
HSL color Cylindrical-coordinate representation of color #9628DA: hue angle of 277.08º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9628DA is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 40 | 218 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.15 |
| HSL | 277.08º | 0.71% | 0.51% | - |
| HSV(B) | 277.08º | 0.82% | 0.85% | - |
| XYZ | 25.99 | 13.06 | 67.48 | - |
| YUV | 93.18 | 198.44 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 218 | 0.31 | 0.82 | 0 | 0.15 | 277.08 | 0.71 | 0.51 |
| Hex | 96 | 28 | DA | 1F | 52 | 0 | F | 115 | 47 | 33 |
| Octal | 226 | 50 | 332 | 37 | 122 | 0 | 17 | 425 | 107 | 63 |
| Binary | 10010110 | 101000 | 11011010 | 11111 | 1010010 | 0 | 1111 | 100010101 | 1000111 | 110011 |
Color Harmonies of #9628DA
Complementary color
Monochromatic Colors of #9628DA
Black with #9628DA
Text Example
Text Example
White with #9628DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9628DA; }
p { color: rgb(150,40,218); }
H1.HeaderClassName
{
color: #9628DA;
}
.AnyTagClassName
{
color: #9628DA;
}
</style>
background-color css
<style>
a { background-color: #9628DA; }
a { background-color: rgb(150,40,218); }
div.DivClassName
{
background-color: #9628DA;
}
.BgClassName
{
background-color: #9628DA;
}
</style>
border-color css
<style>
span { border-color: #9628DA; }
span { border-color: rgb(150,40,218); }
td.TdClassName
{
border-color: #9628DA;
}
.TagClassName
{
border-color: #9628DA;
}
</style>