Shades of Blue Violet #9613EA
Tints of Blue Violet #9613EA
RGB
CMYK
RGB Variations
Color information
#9613EA (or 0x9613EA) is known color: Blue Violet. HEX triplet: 96, 13 and EA. RGB value is (150,19,234). Sum of RGB (Red+Green+Blue) = 150+19+234=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #9613EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9613EA is #69EC15. Grayscale: #515151. Windows color (decimal): -6941718 or 15340438. OLE color: 15340438.
HSL color Cylindrical-coordinate representation of color #9613EA: hue angle of 276.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9613EA is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 19 | 234 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.08 |
| HSL | 276.56º | 0.85% | 0.5% | - |
| HSV(B) | 276.56º | 0.92% | 0.92% | - |
| XYZ | 27.66 | 12.89 | 78.87 | - |
| YUV | 82.68 | 213.4 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 234 | 0.36 | 0.92 | 0 | 0.08 | 276.56 | 0.85 | 0.5 |
| Hex | 96 | 13 | EA | 24 | 5C | 0 | 8 | 115 | 55 | 32 |
| Octal | 226 | 23 | 352 | 44 | 134 | 0 | 10 | 425 | 125 | 62 |
| Binary | 10010110 | 10011 | 11101010 | 100100 | 1011100 | 0 | 1000 | 100010101 | 1010101 | 110010 |
Color Harmonies of #9613EA
Complementary color
Monochromatic Colors of #9613EA
Black with #9613EA
Text Example
Text Example
White with #9613EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9613EA; }
p { color: rgb(150,19,234); }
H1.HeaderClassName
{
color: #9613EA;
}
.AnyTagClassName
{
color: #9613EA;
}
</style>
background-color css
<style>
a { background-color: #9613EA; }
a { background-color: rgb(150,19,234); }
div.DivClassName
{
background-color: #9613EA;
}
.BgClassName
{
background-color: #9613EA;
}
</style>
border-color css
<style>
span { border-color: #9613EA; }
span { border-color: rgb(150,19,234); }
td.TdClassName
{
border-color: #9613EA;
}
.TagClassName
{
border-color: #9613EA;
}
</style>