Shades of Dark Violet #950ACB
Tints of Dark Violet #950ACB
RGB
CMYK
RGB Variations
Color information
#950ACB (or 0x950ACB) is known color: Dark Violet. HEX triplet: 95, 0A and CB. RGB value is (149,10,203). Sum of RGB (Red+Green+Blue) = 149+10+203=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #950ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ACB is #6AF534. Grayscale: #484848. Windows color (decimal): -7009589 or 13306517. OLE color: 13306517.
HSL color Cylindrical-coordinate representation of color #950ACB: hue angle of 283.21º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950ACB is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 10 | 203 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.20 |
| HSL | 283.21º | 0.91% | 0.42% | - |
| HSV(B) | 283.21º | 0.95% | 0.8% | - |
| XYZ | 23.28 | 10.92 | 57.38 | - |
| YUV | 73.56 | 201.05 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 203 | 0.27 | 0.95 | 0 | 0.20 | 283.21 | 0.91 | 0.42 |
| Hex | 95 | A | CB | 1B | 5F | 0 | 14 | 11B | 5B | 2A |
| Octal | 225 | 12 | 313 | 33 | 137 | 0 | 24 | 433 | 133 | 52 |
| Binary | 10010101 | 1010 | 11001011 | 11011 | 1011111 | 0 | 10100 | 100011011 | 1011011 | 101010 |
Color Harmonies of #950ACB
Complementary color
Monochromatic Colors of #950ACB
Black with #950ACB
Text Example
Text Example
White with #950ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950ACB; }
p { color: rgb(149,10,203); }
H1.HeaderClassName
{
color: #950ACB;
}
.AnyTagClassName
{
color: #950ACB;
}
</style>
background-color css
<style>
a { background-color: #950ACB; }
a { background-color: rgb(149,10,203); }
div.DivClassName
{
background-color: #950ACB;
}
.BgClassName
{
background-color: #950ACB;
}
</style>
border-color css
<style>
span { border-color: #950ACB; }
span { border-color: rgb(149,10,203); }
td.TdClassName
{
border-color: #950ACB;
}
.TagClassName
{
border-color: #950ACB;
}
</style>