Shades of Dark Orchid #952ABA
Tints of Dark Orchid #952ABA
RGB
CMYK
RGB Variations
Color information
#952ABA (or 0x952ABA) is known color: Dark Orchid. HEX triplet: 95, 2A and BA. RGB value is (149,42,186). Sum of RGB (Red+Green+Blue) = 149+42+186=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #952ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ABA is #6AD545. Grayscale: #595959. Windows color (decimal): -7001414 or 12200597. OLE color: 12200597.
HSL color Cylindrical-coordinate representation of color #952ABA: hue angle of 284.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952ABA is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 42 | 186 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.27 |
| HSL | 284.58º | 0.63% | 0.45% | - |
| HSV(B) | 284.58º | 0.77% | 0.73% | - |
| XYZ | 22.09 | 11.59 | 47.53 | - |
| YUV | 90.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 186 | 0.20 | 0.77 | 0 | 0.27 | 284.58 | 0.63 | 0.45 |
| Hex | 95 | 2A | BA | 14 | 4D | 0 | 1B | 11D | 3F | 2D |
| Octal | 225 | 52 | 272 | 24 | 115 | 0 | 33 | 435 | 77 | 55 |
| Binary | 10010101 | 101010 | 10111010 | 10100 | 1001101 | 0 | 11011 | 100011101 | 111111 | 101101 |
Color Harmonies of #952ABA
Complementary color
Monochromatic Colors of #952ABA
Black with #952ABA
Text Example
Text Example
White with #952ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ABA; }
p { color: rgb(149,42,186); }
H1.HeaderClassName
{
color: #952ABA;
}
.AnyTagClassName
{
color: #952ABA;
}
</style>
background-color css
<style>
a { background-color: #952ABA; }
a { background-color: rgb(149,42,186); }
div.DivClassName
{
background-color: #952ABA;
}
.BgClassName
{
background-color: #952ABA;
}
</style>
border-color css
<style>
span { border-color: #952ABA; }
span { border-color: rgb(149,42,186); }
td.TdClassName
{
border-color: #952ABA;
}
.TagClassName
{
border-color: #952ABA;
}
</style>