Shades of Dark Orchid #952DB3
Tints of Dark Orchid #952DB3
RGB
CMYK
RGB Variations
Color information
#952DB3 (or 0x952DB3) is known color: Dark Orchid. HEX triplet: 95, 2D and B3. RGB value is (149,45,179). Sum of RGB (Red+Green+Blue) = 149+45+179=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #952DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DB3 is #6AD24C. Grayscale: #5A5A5A. Windows color (decimal): -7000653 or 11742613. OLE color: 11742613.
HSL color Cylindrical-coordinate representation of color #952DB3: hue angle of 286.57º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952DB3 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 45 | 179 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.30 |
| HSL | 286.57º | 0.6% | 0.44% | - |
| HSV(B) | 286.57º | 0.75% | 0.7% | - |
| XYZ | 21.47 | 11.52 | 43.74 | - |
| YUV | 91.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 179 | 0.17 | 0.75 | 0 | 0.30 | 286.57 | 0.6 | 0.44 |
| Hex | 95 | 2D | B3 | 11 | 4B | 0 | 1E | 11F | 3C | 2C |
| Octal | 225 | 55 | 263 | 21 | 113 | 0 | 36 | 437 | 74 | 54 |
| Binary | 10010101 | 101101 | 10110011 | 10001 | 1001011 | 0 | 11110 | 100011111 | 111100 | 101100 |
Color Harmonies of #952DB3
Complementary color
Monochromatic Colors of #952DB3
Black with #952DB3
Text Example
Text Example
White with #952DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DB3; }
p { color: rgb(149,45,179); }
H1.HeaderClassName
{
color: #952DB3;
}
.AnyTagClassName
{
color: #952DB3;
}
</style>
background-color css
<style>
a { background-color: #952DB3; }
a { background-color: rgb(149,45,179); }
div.DivClassName
{
background-color: #952DB3;
}
.BgClassName
{
background-color: #952DB3;
}
</style>
border-color css
<style>
span { border-color: #952DB3; }
span { border-color: rgb(149,45,179); }
td.TdClassName
{
border-color: #952DB3;
}
.TagClassName
{
border-color: #952DB3;
}
</style>