Shades of Dark Orchid #952ABF
Tints of Dark Orchid #952ABF
RGB
CMYK
RGB Variations
Color information
#952ABF (or 0x952ABF) is known color: Dark Orchid. HEX triplet: 95, 2A and BF. RGB value is (149,42,191). Sum of RGB (Red+Green+Blue) = 149+42+191=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #952ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ABF is #6AD540. Grayscale: #5A5A5A. Windows color (decimal): -7001409 or 12528277. OLE color: 12528277.
HSL color Cylindrical-coordinate representation of color #952ABF: hue angle of 283.09º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952ABF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 42 | 191 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.25 |
| HSL | 283.09º | 0.64% | 0.46% | - |
| HSV(B) | 283.09º | 0.78% | 0.75% | - |
| XYZ | 22.63 | 11.81 | 50.38 | - |
| YUV | 90.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 191 | 0.22 | 0.78 | 0 | 0.25 | 283.09 | 0.64 | 0.46 |
| Hex | 95 | 2A | BF | 16 | 4E | 0 | 19 | 11B | 40 | 2E |
| Octal | 225 | 52 | 277 | 26 | 116 | 0 | 31 | 433 | 100 | 56 |
| Binary | 10010101 | 101010 | 10111111 | 10110 | 1001110 | 0 | 11001 | 100011011 | 1000000 | 101110 |
Color Harmonies of #952ABF
Complementary color
Monochromatic Colors of #952ABF
Black with #952ABF
Text Example
Text Example
White with #952ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ABF; }
p { color: rgb(149,42,191); }
H1.HeaderClassName
{
color: #952ABF;
}
.AnyTagClassName
{
color: #952ABF;
}
</style>
background-color css
<style>
a { background-color: #952ABF; }
a { background-color: rgb(149,42,191); }
div.DivClassName
{
background-color: #952ABF;
}
.BgClassName
{
background-color: #952ABF;
}
</style>
border-color css
<style>
span { border-color: #952ABF; }
span { border-color: rgb(149,42,191); }
td.TdClassName
{
border-color: #952ABF;
}
.TagClassName
{
border-color: #952ABF;
}
</style>