Shades of Dark Orchid #953FDA
Tints of Dark Orchid #953FDA
RGB
CMYK
RGB Variations
Color information
#953FDA (or 0x953FDA) is known color: Dark Orchid. HEX triplet: 95, 3F and DA. RGB value is (149,63,218). Sum of RGB (Red+Green+Blue) = 149+63+218=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #953FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FDA is #6AC025. Grayscale: #696969. Windows color (decimal): -6996006 or 14303125. OLE color: 14303125.
HSL color Cylindrical-coordinate representation of color #953FDA: hue angle of 273.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953FDA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 63 | 218 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.15 |
| HSL | 273.29º | 0.68% | 0.55% | - |
| HSV(B) | 273.29º | 0.71% | 0.85% | - |
| XYZ | 26.83 | 15.01 | 67.81 | - |
| YUV | 106.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 218 | 0.32 | 0.71 | 0 | 0.15 | 273.29 | 0.68 | 0.55 |
| Hex | 95 | 3F | DA | 20 | 47 | 0 | F | 111 | 44 | 37 |
| Octal | 225 | 77 | 332 | 40 | 107 | 0 | 17 | 421 | 104 | 67 |
| Binary | 10010101 | 111111 | 11011010 | 100000 | 1000111 | 0 | 1111 | 100010001 | 1000100 | 110111 |
Color Harmonies of #953FDA
Complementary color
Monochromatic Colors of #953FDA
Black with #953FDA
Text Example
Text Example
White with #953FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953FDA; }
p { color: rgb(149,63,218); }
H1.HeaderClassName
{
color: #953FDA;
}
.AnyTagClassName
{
color: #953FDA;
}
</style>
background-color css
<style>
a { background-color: #953FDA; }
a { background-color: rgb(149,63,218); }
div.DivClassName
{
background-color: #953FDA;
}
.BgClassName
{
background-color: #953FDA;
}
</style>
border-color css
<style>
span { border-color: #953FDA; }
span { border-color: rgb(149,63,218); }
td.TdClassName
{
border-color: #953FDA;
}
.TagClassName
{
border-color: #953FDA;
}
</style>