Shades of Blue Violet #9623DC
Tints of Blue Violet #9623DC
RGB
CMYK
RGB Variations
Color information
#9623DC (or 0x9623DC) is known color: Blue Violet. HEX triplet: 96, 23 and DC. RGB value is (150,35,220). Sum of RGB (Red+Green+Blue) = 150+35+220=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #9623DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623DC is #69DC23. Grayscale: #595959. Windows color (decimal): -6937636 or 14427030. OLE color: 14427030.
HSL color Cylindrical-coordinate representation of color #9623DC: hue angle of 277.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9623DC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 35 | 220 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.14 |
| HSL | 277.3º | 0.73% | 0.5% | - |
| HSV(B) | 277.3º | 0.84% | 0.86% | - |
| XYZ | 26.1 | 12.85 | 68.82 | - |
| YUV | 90.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 220 | 0.32 | 0.84 | 0 | 0.14 | 277.3 | 0.73 | 0.5 |
| Hex | 96 | 23 | DC | 20 | 54 | 0 | E | 115 | 49 | 32 |
| Octal | 226 | 43 | 334 | 40 | 124 | 0 | 16 | 425 | 111 | 62 |
| Binary | 10010110 | 100011 | 11011100 | 100000 | 1010100 | 0 | 1110 | 100010101 | 1001001 | 110010 |
Color Harmonies of #9623DC
Complementary color
Monochromatic Colors of #9623DC
Black with #9623DC
Text Example
Text Example
White with #9623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9623DC; }
p { color: rgb(150,35,220); }
H1.HeaderClassName
{
color: #9623DC;
}
.AnyTagClassName
{
color: #9623DC;
}
</style>
background-color css
<style>
a { background-color: #9623DC; }
a { background-color: rgb(150,35,220); }
div.DivClassName
{
background-color: #9623DC;
}
.BgClassName
{
background-color: #9623DC;
}
</style>
border-color css
<style>
span { border-color: #9623DC; }
span { border-color: rgb(150,35,220); }
td.TdClassName
{
border-color: #9623DC;
}
.TagClassName
{
border-color: #9623DC;
}
</style>