Shades of Dark Orchid #952FCC
Tints of Dark Orchid #952FCC
RGB
CMYK
RGB Variations
Color information
#952FCC (or 0x952FCC) is known color: Dark Orchid. HEX triplet: 95, 2F and CC. RGB value is (149,47,204). Sum of RGB (Red+Green+Blue) = 149+47+204=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #952FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FCC is #6AD033. Grayscale: #5E5E5E. Windows color (decimal): -7000116 or 13381525. OLE color: 13381525.
HSL color Cylindrical-coordinate representation of color #952FCC: hue angle of 278.98º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952FCC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 47 | 204 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.2 |
| HSL | 278.98º | 0.63% | 0.49% | - |
| HSV(B) | 278.98º | 0.77% | 0.8% | - |
| XYZ | 24.31 | 12.78 | 58.31 | - |
| YUV | 95.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 204 | 0.27 | 0.77 | 0 | 0.2 | 278.98 | 0.63 | 0.49 |
| Hex | 95 | 2F | CC | 1B | 4D | 0 | 14 | 117 | 3F | 31 |
| Octal | 225 | 57 | 314 | 33 | 115 | 0 | 24 | 427 | 77 | 61 |
| Binary | 10010101 | 101111 | 11001100 | 11011 | 1001101 | 0 | 10100 | 100010111 | 111111 | 110001 |
Color Harmonies of #952FCC
Complementary color
Monochromatic Colors of #952FCC
Black with #952FCC
Text Example
Text Example
White with #952FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FCC; }
p { color: rgb(149,47,204); }
H1.HeaderClassName
{
color: #952FCC;
}
.AnyTagClassName
{
color: #952FCC;
}
</style>
background-color css
<style>
a { background-color: #952FCC; }
a { background-color: rgb(149,47,204); }
div.DivClassName
{
background-color: #952FCC;
}
.BgClassName
{
background-color: #952FCC;
}
</style>
border-color css
<style>
span { border-color: #952FCC; }
span { border-color: rgb(149,47,204); }
td.TdClassName
{
border-color: #952FCC;
}
.TagClassName
{
border-color: #952FCC;
}
</style>