Shades of Blue Violet #9627DD
Tints of Blue Violet #9627DD
RGB
CMYK
RGB Variations
Color information
#9627DD (or 0x9627DD) is known color: Blue Violet. HEX triplet: 96, 27 and DD. RGB value is (150,39,221). Sum of RGB (Red+Green+Blue) = 150+39+221=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #9627DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9627DD is #69D822. Grayscale: #5C5C5C. Windows color (decimal): -6936611 or 14493590. OLE color: 14493590.
HSL color Cylindrical-coordinate representation of color #9627DD: hue angle of 276.59º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9627DD is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 39 | 221 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.13 |
| HSL | 276.59º | 0.73% | 0.51% | - |
| HSV(B) | 276.59º | 0.82% | 0.87% | - |
| XYZ | 26.35 | 13.16 | 69.56 | - |
| YUV | 92.94 | 200.27 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 221 | 0.32 | 0.82 | 0 | 0.13 | 276.59 | 0.73 | 0.51 |
| Hex | 96 | 27 | DD | 20 | 52 | 0 | D | 115 | 49 | 33 |
| Octal | 226 | 47 | 335 | 40 | 122 | 0 | 15 | 425 | 111 | 63 |
| Binary | 10010110 | 100111 | 11011101 | 100000 | 1010010 | 0 | 1101 | 100010101 | 1001001 | 110011 |
Color Harmonies of #9627DD
Complementary color
Monochromatic Colors of #9627DD
Black with #9627DD
Text Example
Text Example
White with #9627DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9627DD; }
p { color: rgb(150,39,221); }
H1.HeaderClassName
{
color: #9627DD;
}
.AnyTagClassName
{
color: #9627DD;
}
</style>
background-color css
<style>
a { background-color: #9627DD; }
a { background-color: rgb(150,39,221); }
div.DivClassName
{
background-color: #9627DD;
}
.BgClassName
{
background-color: #9627DD;
}
</style>
border-color css
<style>
span { border-color: #9627DD; }
span { border-color: rgb(150,39,221); }
td.TdClassName
{
border-color: #9627DD;
}
.TagClassName
{
border-color: #9627DD;
}
</style>