Shades of Dark Violet #9508FE
Tints of Dark Violet #9508FE
RGB
CMYK
RGB Variations
Color information
#9508FE (or 0x9508FE) is known color: Dark Violet. HEX triplet: 95, 08 and FE. RGB value is (149,8,254). Sum of RGB (Red+Green+Blue) = 149+8+254=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #9508FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9508FE is #6AF701. Grayscale: #4D4D4D. Windows color (decimal): -7010050 or 16648341. OLE color: 16648341.
HSL color Cylindrical-coordinate representation of color #9508FE: hue angle of 274.39º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9508FE is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 8 | 254 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.00 |
| HSL | 274.39º | 0.99% | 0.51% | - |
| HSV(B) | 274.39º | 0.97% | 1% | - |
| XYZ | 30.37 | 13.72 | 94.81 | - |
| YUV | 78.2 | 227.21 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 254 | 0.41 | 0.97 | 0 | 0.00 | 274.39 | 0.99 | 0.51 |
| Hex | 95 | 8 | FE | 29 | 61 | 0 | 0 | 112 | 63 | 33 |
| Octal | 225 | 10 | 376 | 51 | 141 | 0 | 0 | 422 | 143 | 63 |
| Binary | 10010101 | 1000 | 11111110 | 101001 | 1100001 | 0 | 0 | 100010010 | 1100011 | 110011 |
Color Harmonies of #9508FE
Complementary color
Monochromatic Colors of #9508FE
Black with #9508FE
Text Example
Text Example
White with #9508FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9508FE; }
p { color: rgb(149,8,254); }
H1.HeaderClassName
{
color: #9508FE;
}
.AnyTagClassName
{
color: #9508FE;
}
</style>
background-color css
<style>
a { background-color: #9508FE; }
a { background-color: rgb(149,8,254); }
div.DivClassName
{
background-color: #9508FE;
}
.BgClassName
{
background-color: #9508FE;
}
</style>
border-color css
<style>
span { border-color: #9508FE; }
span { border-color: rgb(149,8,254); }
td.TdClassName
{
border-color: #9508FE;
}
.TagClassName
{
border-color: #9508FE;
}
</style>