Shades of Dark Orchid #953FC3
Tints of Dark Orchid #953FC3
RGB
CMYK
RGB Variations
Color information
#953FC3 (or 0x953FC3) is known color: Dark Orchid. HEX triplet: 95, 3F and C3. RGB value is (149,63,195). Sum of RGB (Red+Green+Blue) = 149+63+195=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #953FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FC3 is #6AC03C. Grayscale: #676767. Windows color (decimal): -6996029 or 12795797. OLE color: 12795797.
HSL color Cylindrical-coordinate representation of color #953FC3: hue angle of 279.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953FC3 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 63 | 195 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.24 |
| HSL | 279.09º | 0.52% | 0.51% | - |
| HSV(B) | 279.09º | 0.68% | 0.76% | - |
| XYZ | 24.02 | 13.88 | 53.04 | - |
| YUV | 103.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 195 | 0.24 | 0.68 | 0 | 0.24 | 279.09 | 0.52 | 0.51 |
| Hex | 95 | 3F | C3 | 18 | 44 | 0 | 18 | 117 | 34 | 33 |
| Octal | 225 | 77 | 303 | 30 | 104 | 0 | 30 | 427 | 64 | 63 |
| Binary | 10010101 | 111111 | 11000011 | 11000 | 1000100 | 0 | 11000 | 100010111 | 110100 | 110011 |
Color Harmonies of #953FC3
Complementary color
Monochromatic Colors of #953FC3
Black with #953FC3
Text Example
Text Example
White with #953FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FC3; }
p { color: rgb(149,63,195); }
H1.HeaderClassName
{
color: #953FC3;
}
.AnyTagClassName
{
color: #953FC3;
}
</style>
background-color css
<style>
a { background-color: #953FC3; }
a { background-color: rgb(149,63,195); }
div.DivClassName
{
background-color: #953FC3;
}
.BgClassName
{
background-color: #953FC3;
}
</style>
border-color css
<style>
span { border-color: #953FC3; }
span { border-color: rgb(149,63,195); }
td.TdClassName
{
border-color: #953FC3;
}
.TagClassName
{
border-color: #953FC3;
}
</style>