Shades of Dark Orchid #952BCE
Tints of Dark Orchid #952BCE
RGB
CMYK
RGB Variations
Color information
#952BCE (or 0x952BCE) is known color: Dark Orchid. HEX triplet: 95, 2B and CE. RGB value is (149,43,206). Sum of RGB (Red+Green+Blue) = 149+43+206=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #952BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BCE is #6AD431. Grayscale: #5C5C5C. Windows color (decimal): -7001138 or 13511573. OLE color: 13511573.
HSL color Cylindrical-coordinate representation of color #952BCE: hue angle of 279.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952BCE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 43 | 206 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.19 |
| HSL | 279.02º | 0.65% | 0.49% | - |
| HSV(B) | 279.02º | 0.79% | 0.81% | - |
| XYZ | 24.4 | 12.57 | 59.53 | - |
| YUV | 93.28 | 191.62 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 206 | 0.28 | 0.79 | 0 | 0.19 | 279.02 | 0.65 | 0.49 |
| Hex | 95 | 2B | CE | 1C | 4F | 0 | 13 | 117 | 41 | 31 |
| Octal | 225 | 53 | 316 | 34 | 117 | 0 | 23 | 427 | 101 | 61 |
| Binary | 10010101 | 101011 | 11001110 | 11100 | 1001111 | 0 | 10011 | 100010111 | 1000001 | 110001 |
Color Harmonies of #952BCE
Complementary color
Monochromatic Colors of #952BCE
Black with #952BCE
Text Example
Text Example
White with #952BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BCE; }
p { color: rgb(149,43,206); }
H1.HeaderClassName
{
color: #952BCE;
}
.AnyTagClassName
{
color: #952BCE;
}
</style>
background-color css
<style>
a { background-color: #952BCE; }
a { background-color: rgb(149,43,206); }
div.DivClassName
{
background-color: #952BCE;
}
.BgClassName
{
background-color: #952BCE;
}
</style>
border-color css
<style>
span { border-color: #952BCE; }
span { border-color: rgb(149,43,206); }
td.TdClassName
{
border-color: #952BCE;
}
.TagClassName
{
border-color: #952BCE;
}
</style>