Shades of Dark Orchid #952AC1
Tints of Dark Orchid #952AC1
RGB
CMYK
RGB Variations
Color information
#952AC1 (or 0x952AC1) is known color: Dark Orchid. HEX triplet: 95, 2A and C1. RGB value is (149,42,193). Sum of RGB (Red+Green+Blue) = 149+42+193=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #952AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952AC1 is #6AD53E. Grayscale: #5A5A5A. Windows color (decimal): -7001407 or 12659349. OLE color: 12659349.
HSL color Cylindrical-coordinate representation of color #952AC1: hue angle of 282.52º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952AC1 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 42 | 193 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.24 |
| HSL | 282.52º | 0.64% | 0.46% | - |
| HSV(B) | 282.52º | 0.78% | 0.76% | - |
| XYZ | 22.85 | 11.9 | 51.54 | - |
| YUV | 91.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 193 | 0.23 | 0.78 | 0 | 0.24 | 282.52 | 0.64 | 0.46 |
| Hex | 95 | 2A | C1 | 17 | 4E | 0 | 18 | 11B | 40 | 2E |
| Octal | 225 | 52 | 301 | 27 | 116 | 0 | 30 | 433 | 100 | 56 |
| Binary | 10010101 | 101010 | 11000001 | 10111 | 1001110 | 0 | 11000 | 100011011 | 1000000 | 101110 |
Color Harmonies of #952AC1
Complementary color
Monochromatic Colors of #952AC1
Black with #952AC1
Text Example
Text Example
White with #952AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952AC1; }
p { color: rgb(149,42,193); }
H1.HeaderClassName
{
color: #952AC1;
}
.AnyTagClassName
{
color: #952AC1;
}
</style>
background-color css
<style>
a { background-color: #952AC1; }
a { background-color: rgb(149,42,193); }
div.DivClassName
{
background-color: #952AC1;
}
.BgClassName
{
background-color: #952AC1;
}
</style>
border-color css
<style>
span { border-color: #952AC1; }
span { border-color: rgb(149,42,193); }
td.TdClassName
{
border-color: #952AC1;
}
.TagClassName
{
border-color: #952AC1;
}
</style>