Shades of Dark Orchid #952BC8
Tints of Dark Orchid #952BC8
RGB
CMYK
RGB Variations
Color information
#952BC8 (or 0x952BC8) is known color: Dark Orchid. HEX triplet: 95, 2B and C8. RGB value is (149,43,200). Sum of RGB (Red+Green+Blue) = 149+43+200=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #952BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BC8 is #6AD437. Grayscale: #5C5C5C. Windows color (decimal): -7001144 or 13118357. OLE color: 13118357.
HSL color Cylindrical-coordinate representation of color #952BC8: hue angle of 280.51º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952BC8 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 43 | 200 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.22 |
| HSL | 280.51º | 0.65% | 0.48% | - |
| HSV(B) | 280.51º | 0.79% | 0.78% | - |
| XYZ | 23.68 | 12.29 | 55.77 | - |
| YUV | 92.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 200 | 0.26 | 0.78 | 0 | 0.22 | 280.51 | 0.65 | 0.48 |
| Hex | 95 | 2B | C8 | 1A | 4E | 0 | 16 | 119 | 41 | 30 |
| Octal | 225 | 53 | 310 | 32 | 116 | 0 | 26 | 431 | 101 | 60 |
| Binary | 10010101 | 101011 | 11001000 | 11010 | 1001110 | 0 | 10110 | 100011001 | 1000001 | 110000 |
Color Harmonies of #952BC8
Complementary color
Monochromatic Colors of #952BC8
Black with #952BC8
Text Example
Text Example
White with #952BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BC8; }
p { color: rgb(149,43,200); }
H1.HeaderClassName
{
color: #952BC8;
}
.AnyTagClassName
{
color: #952BC8;
}
</style>
background-color css
<style>
a { background-color: #952BC8; }
a { background-color: rgb(149,43,200); }
div.DivClassName
{
background-color: #952BC8;
}
.BgClassName
{
background-color: #952BC8;
}
</style>
border-color css
<style>
span { border-color: #952BC8; }
span { border-color: rgb(149,43,200); }
td.TdClassName
{
border-color: #952BC8;
}
.TagClassName
{
border-color: #952BC8;
}
</style>