Shades of Blue Violet #9630EA
Tints of Blue Violet #9630EA
RGB
CMYK
RGB Variations
Color information
#9630EA (or 0x9630EA) is known color: Blue Violet. HEX triplet: 96, 30 and EA. RGB value is (150,48,234). Sum of RGB (Red+Green+Blue) = 150+48+234=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #9630EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9630EA is #69CF15. Grayscale: #636363. Windows color (decimal): -6934294 or 15347862. OLE color: 15347862.
HSL color Cylindrical-coordinate representation of color #9630EA: hue angle of 272.9º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9630EA is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 48 | 234 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.08 |
| HSL | 272.9º | 0.82% | 0.55% | - |
| HSV(B) | 272.9º | 0.79% | 0.92% | - |
| XYZ | 28.49 | 14.54 | 79.15 | - |
| YUV | 99.7 | 203.79 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 234 | 0.36 | 0.79 | 0 | 0.08 | 272.9 | 0.82 | 0.55 |
| Hex | 96 | 30 | EA | 24 | 4F | 0 | 8 | 111 | 52 | 37 |
| Octal | 226 | 60 | 352 | 44 | 117 | 0 | 10 | 421 | 122 | 67 |
| Binary | 10010110 | 110000 | 11101010 | 100100 | 1001111 | 0 | 1000 | 100010001 | 1010010 | 110111 |
Color Harmonies of #9630EA
Complementary color
Monochromatic Colors of #9630EA
Black with #9630EA
Text Example
Text Example
White with #9630EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9630EA; }
p { color: rgb(150,48,234); }
H1.HeaderClassName
{
color: #9630EA;
}
.AnyTagClassName
{
color: #9630EA;
}
</style>
background-color css
<style>
a { background-color: #9630EA; }
a { background-color: rgb(150,48,234); }
div.DivClassName
{
background-color: #9630EA;
}
.BgClassName
{
background-color: #9630EA;
}
</style>
border-color css
<style>
span { border-color: #9630EA; }
span { border-color: rgb(150,48,234); }
td.TdClassName
{
border-color: #9630EA;
}
.TagClassName
{
border-color: #9630EA;
}
</style>