Shades of Dark Violet #950AF5
Tints of Dark Violet #950AF5
RGB
CMYK
RGB Variations
Color information
#950AF5 (or 0x950AF5) is known color: Dark Violet. HEX triplet: 95, 0A and F5. RGB value is (149,10,245). Sum of RGB (Red+Green+Blue) = 149+10+245=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #950AF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950AF5 is #6AF50A. Grayscale: #4D4D4D. Windows color (decimal): -7009547 or 16059029. OLE color: 16059029.
HSL color Cylindrical-coordinate representation of color #950AF5: hue angle of 275.49º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950AF5 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 10 | 245 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.04 |
| HSL | 275.49º | 0.92% | 0.5% | - |
| HSV(B) | 275.49º | 0.96% | 0.96% | - |
| XYZ | 28.98 | 13.2 | 87.41 | - |
| YUV | 78.35 | 222.05 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 245 | 0.39 | 0.96 | 0 | 0.04 | 275.49 | 0.92 | 0.5 |
| Hex | 95 | A | F5 | 27 | 60 | 0 | 4 | 113 | 5C | 32 |
| Octal | 225 | 12 | 365 | 47 | 140 | 0 | 4 | 423 | 134 | 62 |
| Binary | 10010101 | 1010 | 11110101 | 100111 | 1100000 | 0 | 100 | 100010011 | 1011100 | 110010 |
Color Harmonies of #950AF5
Complementary color
Monochromatic Colors of #950AF5
Black with #950AF5
Text Example
Text Example
White with #950AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950AF5; }
p { color: rgb(149,10,245); }
H1.HeaderClassName
{
color: #950AF5;
}
.AnyTagClassName
{
color: #950AF5;
}
</style>
background-color css
<style>
a { background-color: #950AF5; }
a { background-color: rgb(149,10,245); }
div.DivClassName
{
background-color: #950AF5;
}
.BgClassName
{
background-color: #950AF5;
}
</style>
border-color css
<style>
span { border-color: #950AF5; }
span { border-color: rgb(149,10,245); }
td.TdClassName
{
border-color: #950AF5;
}
.TagClassName
{
border-color: #950AF5;
}
</style>