Shades of Dark Orchid #952DC1
Tints of Dark Orchid #952DC1
RGB
CMYK
RGB Variations
Color information
#952DC1 (or 0x952DC1) is known color: Dark Orchid. HEX triplet: 95, 2D and C1. RGB value is (149,45,193). Sum of RGB (Red+Green+Blue) = 149+45+193=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #952DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DC1 is #6AD23E. Grayscale: #5C5C5C. Windows color (decimal): -7000639 or 12660117. OLE color: 12660117.
HSL color Cylindrical-coordinate representation of color #952DC1: hue angle of 282.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952DC1 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 45 | 193 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.24 |
| HSL | 282.16º | 0.62% | 0.47% | - |
| HSV(B) | 282.16º | 0.77% | 0.76% | - |
| XYZ | 22.96 | 12.12 | 51.58 | - |
| YUV | 92.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 193 | 0.23 | 0.77 | 0 | 0.24 | 282.16 | 0.62 | 0.47 |
| Hex | 95 | 2D | C1 | 17 | 4D | 0 | 18 | 11A | 3E | 2F |
| Octal | 225 | 55 | 301 | 27 | 115 | 0 | 30 | 432 | 76 | 57 |
| Binary | 10010101 | 101101 | 11000001 | 10111 | 1001101 | 0 | 11000 | 100011010 | 111110 | 101111 |
Color Harmonies of #952DC1
Complementary color
Monochromatic Colors of #952DC1
Black with #952DC1
Text Example
Text Example
White with #952DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DC1; }
p { color: rgb(149,45,193); }
H1.HeaderClassName
{
color: #952DC1;
}
.AnyTagClassName
{
color: #952DC1;
}
</style>
background-color css
<style>
a { background-color: #952DC1; }
a { background-color: rgb(149,45,193); }
div.DivClassName
{
background-color: #952DC1;
}
.BgClassName
{
background-color: #952DC1;
}
</style>
border-color css
<style>
span { border-color: #952DC1; }
span { border-color: rgb(149,45,193); }
td.TdClassName
{
border-color: #952DC1;
}
.TagClassName
{
border-color: #952DC1;
}
</style>