Shades of Blue Violet #9627DC
Tints of Blue Violet #9627DC
RGB
CMYK
RGB Variations
Color information
#9627DC (or 0x9627DC) is known color: Blue Violet. HEX triplet: 96, 27 and DC. RGB value is (150,39,220). Sum of RGB (Red+Green+Blue) = 150+39+220=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #9627DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9627DC is #69D823. Grayscale: #5C5C5C. Windows color (decimal): -6936612 or 14428054. OLE color: 14428054.
HSL color Cylindrical-coordinate representation of color #9627DC: hue angle of 276.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9627DC is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 39 | 220 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.14 |
| HSL | 276.8º | 0.72% | 0.51% | - |
| HSV(B) | 276.8º | 0.82% | 0.86% | - |
| XYZ | 26.22 | 13.1 | 68.86 | - |
| YUV | 92.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 220 | 0.32 | 0.82 | 0 | 0.14 | 276.8 | 0.72 | 0.51 |
| Hex | 96 | 27 | DC | 20 | 52 | 0 | E | 115 | 48 | 33 |
| Octal | 226 | 47 | 334 | 40 | 122 | 0 | 16 | 425 | 110 | 63 |
| Binary | 10010110 | 100111 | 11011100 | 100000 | 1010010 | 0 | 1110 | 100010101 | 1001000 | 110011 |
Color Harmonies of #9627DC
Complementary color
Monochromatic Colors of #9627DC
Black with #9627DC
Text Example
Text Example
White with #9627DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9627DC; }
p { color: rgb(150,39,220); }
H1.HeaderClassName
{
color: #9627DC;
}
.AnyTagClassName
{
color: #9627DC;
}
</style>
background-color css
<style>
a { background-color: #9627DC; }
a { background-color: rgb(150,39,220); }
div.DivClassName
{
background-color: #9627DC;
}
.BgClassName
{
background-color: #9627DC;
}
</style>
border-color css
<style>
span { border-color: #9627DC; }
span { border-color: rgb(150,39,220); }
td.TdClassName
{
border-color: #9627DC;
}
.TagClassName
{
border-color: #9627DC;
}
</style>