Shades of Dark Orchid #953CBF
Tints of Dark Orchid #953CBF
RGB
CMYK
RGB Variations
Color information
#953CBF (or 0x953CBF) is known color: Dark Orchid. HEX triplet: 95, 3C and BF. RGB value is (149,60,191). Sum of RGB (Red+Green+Blue) = 149+60+191=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #953CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CBF is #6AC340. Grayscale: #656565. Windows color (decimal): -6996801 or 12532885. OLE color: 12532885.
HSL color Cylindrical-coordinate representation of color #953CBF: hue angle of 280.76º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #953CBF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 60 | 191 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.25 |
| HSL | 280.76º | 0.52% | 0.49% | - |
| HSV(B) | 280.76º | 0.69% | 0.75% | - |
| XYZ | 23.41 | 13.38 | 50.64 | - |
| YUV | 101.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 191 | 0.22 | 0.69 | 0 | 0.25 | 280.76 | 0.52 | 0.49 |
| Hex | 95 | 3C | BF | 16 | 45 | 0 | 19 | 119 | 34 | 31 |
| Octal | 225 | 74 | 277 | 26 | 105 | 0 | 31 | 431 | 64 | 61 |
| Binary | 10010101 | 111100 | 10111111 | 10110 | 1000101 | 0 | 11001 | 100011001 | 110100 | 110001 |
Color Harmonies of #953CBF
Complementary color
Monochromatic Colors of #953CBF
Black with #953CBF
Text Example
Text Example
White with #953CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CBF; }
p { color: rgb(149,60,191); }
H1.HeaderClassName
{
color: #953CBF;
}
.AnyTagClassName
{
color: #953CBF;
}
</style>
background-color css
<style>
a { background-color: #953CBF; }
a { background-color: rgb(149,60,191); }
div.DivClassName
{
background-color: #953CBF;
}
.BgClassName
{
background-color: #953CBF;
}
</style>
border-color css
<style>
span { border-color: #953CBF; }
span { border-color: rgb(149,60,191); }
td.TdClassName
{
border-color: #953CBF;
}
.TagClassName
{
border-color: #953CBF;
}
</style>