Shades of Blue Violet #9636EA
Tints of Blue Violet #9636EA
RGB
CMYK
RGB Variations
Color information
#9636EA (or 0x9636EA) is known color: Blue Violet. HEX triplet: 96, 36 and EA. RGB value is (150,54,234). Sum of RGB (Red+Green+Blue) = 150+54+234=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #9636EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9636EA is #69C915. Grayscale: #666666. Windows color (decimal): -6932758 or 15349398. OLE color: 15349398.
HSL color Cylindrical-coordinate representation of color #9636EA: hue angle of 272º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9636EA is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 54 | 234 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.08 |
| HSL | 272º | 0.81% | 0.56% | - |
| HSV(B) | 272º | 0.77% | 0.92% | - |
| XYZ | 28.75 | 15.06 | 79.23 | - |
| YUV | 103.22 | 201.8 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 234 | 0.36 | 0.77 | 0 | 0.08 | 272 | 0.81 | 0.56 |
| Hex | 96 | 36 | EA | 24 | 4D | 0 | 8 | 110 | 51 | 38 |
| Octal | 226 | 66 | 352 | 44 | 115 | 0 | 10 | 420 | 121 | 70 |
| Binary | 10010110 | 110110 | 11101010 | 100100 | 1001101 | 0 | 1000 | 100010000 | 1010001 | 111000 |
Color Harmonies of #9636EA
Complementary color
Monochromatic Colors of #9636EA
Black with #9636EA
Text Example
Text Example
White with #9636EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9636EA; }
p { color: rgb(150,54,234); }
H1.HeaderClassName
{
color: #9636EA;
}
.AnyTagClassName
{
color: #9636EA;
}
</style>
background-color css
<style>
a { background-color: #9636EA; }
a { background-color: rgb(150,54,234); }
div.DivClassName
{
background-color: #9636EA;
}
.BgClassName
{
background-color: #9636EA;
}
</style>
border-color css
<style>
span { border-color: #9636EA; }
span { border-color: rgb(150,54,234); }
td.TdClassName
{
border-color: #9636EA;
}
.TagClassName
{
border-color: #9636EA;
}
</style>