Shades of Dark Orchid #952CC1
Tints of Dark Orchid #952CC1
RGB
CMYK
RGB Variations
Color information
#952CC1 (or 0x952CC1) is known color: Dark Orchid. HEX triplet: 95, 2C and C1. RGB value is (149,44,193). Sum of RGB (Red+Green+Blue) = 149+44+193=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #952CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CC1 is #6AD33E. Grayscale: #5B5B5B. Windows color (decimal): -7000895 or 12659861. OLE color: 12659861.
HSL color Cylindrical-coordinate representation of color #952CC1: hue angle of 282.28º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952CC1 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 44 | 193 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.24 |
| HSL | 282.28º | 0.63% | 0.46% | - |
| HSV(B) | 282.28º | 0.77% | 0.76% | - |
| XYZ | 22.92 | 12.04 | 51.57 | - |
| YUV | 92.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 193 | 0.23 | 0.77 | 0 | 0.24 | 282.28 | 0.63 | 0.46 |
| Hex | 95 | 2C | C1 | 17 | 4D | 0 | 18 | 11A | 3F | 2E |
| Octal | 225 | 54 | 301 | 27 | 115 | 0 | 30 | 432 | 77 | 56 |
| Binary | 10010101 | 101100 | 11000001 | 10111 | 1001101 | 0 | 11000 | 100011010 | 111111 | 101110 |
Color Harmonies of #952CC1
Complementary color
Monochromatic Colors of #952CC1
Black with #952CC1
Text Example
Text Example
White with #952CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CC1; }
p { color: rgb(149,44,193); }
H1.HeaderClassName
{
color: #952CC1;
}
.AnyTagClassName
{
color: #952CC1;
}
</style>
background-color css
<style>
a { background-color: #952CC1; }
a { background-color: rgb(149,44,193); }
div.DivClassName
{
background-color: #952CC1;
}
.BgClassName
{
background-color: #952CC1;
}
</style>
border-color css
<style>
span { border-color: #952CC1; }
span { border-color: rgb(149,44,193); }
td.TdClassName
{
border-color: #952CC1;
}
.TagClassName
{
border-color: #952CC1;
}
</style>