Shades of Dark Orchid #953AC3
Tints of Dark Orchid #953AC3
RGB
CMYK
RGB Variations
Color information
#953AC3 (or 0x953AC3) is known color: Dark Orchid. HEX triplet: 95, 3A and C3. RGB value is (149,58,195). Sum of RGB (Red+Green+Blue) = 149+58+195=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #953AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953AC3 is #6AC53C. Grayscale: #646464. Windows color (decimal): -6997309 or 12794517. OLE color: 12794517.
HSL color Cylindrical-coordinate representation of color #953AC3: hue angle of 279.85º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953AC3 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 58 | 195 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.24 |
| HSL | 279.85º | 0.54% | 0.5% | - |
| HSV(B) | 279.85º | 0.7% | 0.76% | - |
| XYZ | 23.76 | 13.36 | 52.96 | - |
| YUV | 100.83 | 181.15 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 195 | 0.24 | 0.70 | 0 | 0.24 | 279.85 | 0.54 | 0.5 |
| Hex | 95 | 3A | C3 | 18 | 46 | 0 | 18 | 118 | 36 | 32 |
| Octal | 225 | 72 | 303 | 30 | 106 | 0 | 30 | 430 | 66 | 62 |
| Binary | 10010101 | 111010 | 11000011 | 11000 | 1000110 | 0 | 11000 | 100011000 | 110110 | 110010 |
Color Harmonies of #953AC3
Complementary color
Monochromatic Colors of #953AC3
Black with #953AC3
Text Example
Text Example
White with #953AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AC3; }
p { color: rgb(149,58,195); }
H1.HeaderClassName
{
color: #953AC3;
}
.AnyTagClassName
{
color: #953AC3;
}
</style>
background-color css
<style>
a { background-color: #953AC3; }
a { background-color: rgb(149,58,195); }
div.DivClassName
{
background-color: #953AC3;
}
.BgClassName
{
background-color: #953AC3;
}
</style>
border-color css
<style>
span { border-color: #953AC3; }
span { border-color: rgb(149,58,195); }
td.TdClassName
{
border-color: #953AC3;
}
.TagClassName
{
border-color: #953AC3;
}
</style>