Shades of Blue Violet #9633E0
Tints of Blue Violet #9633E0
RGB
CMYK
RGB Variations
Color information
#9633E0 (or 0x9633E0) is known color: Blue Violet. HEX triplet: 96, 33 and E0. RGB value is (150,51,224). Sum of RGB (Red+Green+Blue) = 150+51+224=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #9633E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633E0 is #69CC1F. Grayscale: #636363. Windows color (decimal): -6933536 or 14693270. OLE color: 14693270.
HSL color Cylindrical-coordinate representation of color #9633E0: hue angle of 274.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9633E0 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 51 | 224 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.12 |
| HSL | 274.34º | 0.74% | 0.54% | - |
| HSV(B) | 274.34º | 0.77% | 0.88% | - |
| XYZ | 27.22 | 14.23 | 71.83 | - |
| YUV | 100.32 | 197.8 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 224 | 0.33 | 0.77 | 0 | 0.12 | 274.34 | 0.74 | 0.54 |
| Hex | 96 | 33 | E0 | 21 | 4D | 0 | C | 112 | 4A | 36 |
| Octal | 226 | 63 | 340 | 41 | 115 | 0 | 14 | 422 | 112 | 66 |
| Binary | 10010110 | 110011 | 11100000 | 100001 | 1001101 | 0 | 1100 | 100010010 | 1001010 | 110110 |
Color Harmonies of #9633E0
Complementary color
Monochromatic Colors of #9633E0
Black with #9633E0
Text Example
Text Example
White with #9633E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9633E0; }
p { color: rgb(150,51,224); }
H1.HeaderClassName
{
color: #9633E0;
}
.AnyTagClassName
{
color: #9633E0;
}
</style>
background-color css
<style>
a { background-color: #9633E0; }
a { background-color: rgb(150,51,224); }
div.DivClassName
{
background-color: #9633E0;
}
.BgClassName
{
background-color: #9633E0;
}
</style>
border-color css
<style>
span { border-color: #9633E0; }
span { border-color: rgb(150,51,224); }
td.TdClassName
{
border-color: #9633E0;
}
.TagClassName
{
border-color: #9633E0;
}
</style>