Shades of Blue Violet #9632E6
Tints of Blue Violet #9632E6
RGB
CMYK
RGB Variations
Color information
#9632E6 (or 0x9632E6) is known color: Blue Violet. HEX triplet: 96, 32 and E6. RGB value is (150,50,230). Sum of RGB (Red+Green+Blue) = 150+50+230=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #9632E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9632E6 is #69CD19. Grayscale: #636363. Windows color (decimal): -6933786 or 15086230. OLE color: 15086230.
HSL color Cylindrical-coordinate representation of color #9632E6: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9632E6 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 50 | 230 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.10 |
| HSL | 273.33º | 0.78% | 0.55% | - |
| HSV(B) | 273.33º | 0.78% | 0.9% | - |
| XYZ | 28 | 14.48 | 76.18 | - |
| YUV | 100.42 | 201.13 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 230 | 0.35 | 0.78 | 0 | 0.10 | 273.33 | 0.78 | 0.55 |
| Hex | 96 | 32 | E6 | 23 | 4E | 0 | A | 111 | 4E | 37 |
| Octal | 226 | 62 | 346 | 43 | 116 | 0 | 12 | 421 | 116 | 67 |
| Binary | 10010110 | 110010 | 11100110 | 100011 | 1001110 | 0 | 1010 | 100010001 | 1001110 | 110111 |
Color Harmonies of #9632E6
Complementary color
Monochromatic Colors of #9632E6
Black with #9632E6
Text Example
Text Example
White with #9632E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9632E6; }
p { color: rgb(150,50,230); }
H1.HeaderClassName
{
color: #9632E6;
}
.AnyTagClassName
{
color: #9632E6;
}
</style>
background-color css
<style>
a { background-color: #9632E6; }
a { background-color: rgb(150,50,230); }
div.DivClassName
{
background-color: #9632E6;
}
.BgClassName
{
background-color: #9632E6;
}
</style>
border-color css
<style>
span { border-color: #9632E6; }
span { border-color: rgb(150,50,230); }
td.TdClassName
{
border-color: #9632E6;
}
.TagClassName
{
border-color: #9632E6;
}
</style>