Shades of Dark Orchid #952FC5
Tints of Dark Orchid #952FC5
RGB
CMYK
RGB Variations
Color information
#952FC5 (or 0x952FC5) is known color: Dark Orchid. HEX triplet: 95, 2F and C5. RGB value is (149,47,197). Sum of RGB (Red+Green+Blue) = 149+47+197=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #952FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FC5 is #6AD03A. Grayscale: #5E5E5E. Windows color (decimal): -7000123 or 12922773. OLE color: 12922773.
HSL color Cylindrical-coordinate representation of color #952FC5: hue angle of 280.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952FC5 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 47 | 197 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.23 |
| HSL | 280.8º | 0.61% | 0.48% | - |
| HSV(B) | 280.8º | 0.76% | 0.77% | - |
| XYZ | 23.49 | 12.45 | 53.99 | - |
| YUV | 94.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 197 | 0.24 | 0.76 | 0 | 0.23 | 280.8 | 0.61 | 0.48 |
| Hex | 95 | 2F | C5 | 18 | 4C | 0 | 17 | 119 | 3D | 30 |
| Octal | 225 | 57 | 305 | 30 | 114 | 0 | 27 | 431 | 75 | 60 |
| Binary | 10010101 | 101111 | 11000101 | 11000 | 1001100 | 0 | 10111 | 100011001 | 111101 | 110000 |
Color Harmonies of #952FC5
Complementary color
Monochromatic Colors of #952FC5
Black with #952FC5
Text Example
Text Example
White with #952FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FC5; }
p { color: rgb(149,47,197); }
H1.HeaderClassName
{
color: #952FC5;
}
.AnyTagClassName
{
color: #952FC5;
}
</style>
background-color css
<style>
a { background-color: #952FC5; }
a { background-color: rgb(149,47,197); }
div.DivClassName
{
background-color: #952FC5;
}
.BgClassName
{
background-color: #952FC5;
}
</style>
border-color css
<style>
span { border-color: #952FC5; }
span { border-color: rgb(149,47,197); }
td.TdClassName
{
border-color: #952FC5;
}
.TagClassName
{
border-color: #952FC5;
}
</style>