Shades of Blue Violet #9627EE
Tints of Blue Violet #9627EE
RGB
CMYK
RGB Variations
Color information
#9627EE (or 0x9627EE) is known color: Blue Violet. HEX triplet: 96, 27 and EE. RGB value is (150,39,238). Sum of RGB (Red+Green+Blue) = 150+39+238=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #9627EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9627EE is #69D811. Grayscale: #5E5E5E. Windows color (decimal): -6936594 or 15607702. OLE color: 15607702.
HSL color Cylindrical-coordinate representation of color #9627EE: hue angle of 273.47º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9627EE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 39 | 238 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.07 |
| HSL | 273.47º | 0.85% | 0.54% | - |
| HSV(B) | 273.47º | 0.84% | 0.93% | - |
| XYZ | 28.74 | 14.11 | 82.1 | - |
| YUV | 94.88 | 208.77 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 238 | 0.37 | 0.84 | 0 | 0.07 | 273.47 | 0.85 | 0.54 |
| Hex | 96 | 27 | EE | 25 | 54 | 0 | 7 | 111 | 55 | 36 |
| Octal | 226 | 47 | 356 | 45 | 124 | 0 | 7 | 421 | 125 | 66 |
| Binary | 10010110 | 100111 | 11101110 | 100101 | 1010100 | 0 | 111 | 100010001 | 1010101 | 110110 |
Color Harmonies of #9627EE
Complementary color
Monochromatic Colors of #9627EE
Black with #9627EE
Text Example
Text Example
White with #9627EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9627EE; }
p { color: rgb(150,39,238); }
H1.HeaderClassName
{
color: #9627EE;
}
.AnyTagClassName
{
color: #9627EE;
}
</style>
background-color css
<style>
a { background-color: #9627EE; }
a { background-color: rgb(150,39,238); }
div.DivClassName
{
background-color: #9627EE;
}
.BgClassName
{
background-color: #9627EE;
}
</style>
border-color css
<style>
span { border-color: #9627EE; }
span { border-color: rgb(150,39,238); }
td.TdClassName
{
border-color: #9627EE;
}
.TagClassName
{
border-color: #9627EE;
}
</style>