Shades of Blue Violet #9637DF
Tints of Blue Violet #9637DF
RGB
CMYK
RGB Variations
Color information
#9637DF (or 0x9637DF) is known color: Blue Violet. HEX triplet: 96, 37 and DF. RGB value is (150,55,223). Sum of RGB (Red+Green+Blue) = 150+55+223=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #9637DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637DF is #69C820. Grayscale: #656565. Windows color (decimal): -6932513 or 14628758. OLE color: 14628758.
HSL color Cylindrical-coordinate representation of color #9637DF: hue angle of 273.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9637DF is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 55 | 223 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.13 |
| HSL | 273.93º | 0.72% | 0.55% | - |
| HSV(B) | 273.93º | 0.75% | 0.87% | - |
| XYZ | 27.26 | 14.54 | 71.18 | - |
| YUV | 102.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 223 | 0.33 | 0.75 | 0 | 0.13 | 273.93 | 0.72 | 0.55 |
| Hex | 96 | 37 | DF | 21 | 4B | 0 | D | 112 | 48 | 37 |
| Octal | 226 | 67 | 337 | 41 | 113 | 0 | 15 | 422 | 110 | 67 |
| Binary | 10010110 | 110111 | 11011111 | 100001 | 1001011 | 0 | 1101 | 100010010 | 1001000 | 110111 |
Color Harmonies of #9637DF
Complementary color
Monochromatic Colors of #9637DF
Black with #9637DF
Text Example
Text Example
White with #9637DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637DF; }
p { color: rgb(150,55,223); }
H1.HeaderClassName
{
color: #9637DF;
}
.AnyTagClassName
{
color: #9637DF;
}
</style>
background-color css
<style>
a { background-color: #9637DF; }
a { background-color: rgb(150,55,223); }
div.DivClassName
{
background-color: #9637DF;
}
.BgClassName
{
background-color: #9637DF;
}
</style>
border-color css
<style>
span { border-color: #9637DF; }
span { border-color: rgb(150,55,223); }
td.TdClassName
{
border-color: #9637DF;
}
.TagClassName
{
border-color: #9637DF;
}
</style>