Shades of Dark Orchid #9D3BCA
Tints of Dark Orchid #9D3BCA
RGB
CMYK
RGB Variations
Color information
#9D3BCA (or 0x9D3BCA) is known color: Dark Orchid. HEX triplet: 9D, 3B and CA. RGB value is (157,59,202). Sum of RGB (Red+Green+Blue) = 157+59+202=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D3BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BCA is #62C435. Grayscale: #686868. Windows color (decimal): -6472758 or 13253533. OLE color: 13253533.
HSL color Cylindrical-coordinate representation of color #9D3BCA: hue angle of 281.12º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D3BCA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 59 | 202 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.21 |
| HSL | 281.12º | 0.57% | 0.51% | - |
| HSV(B) | 281.12º | 0.71% | 0.79% | - |
| XYZ | 26.13 | 14.56 | 57.31 | - |
| YUV | 104.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 202 | 0.22 | 0.71 | 0 | 0.21 | 281.12 | 0.57 | 0.51 |
| Hex | 9D | 3B | CA | 16 | 47 | 0 | 15 | 119 | 39 | 33 |
| Octal | 235 | 73 | 312 | 26 | 107 | 0 | 25 | 431 | 71 | 63 |
| Binary | 10011101 | 111011 | 11001010 | 10110 | 1000111 | 0 | 10101 | 100011001 | 111001 | 110011 |
Color Harmonies of #9D3BCA
Complementary color
Monochromatic Colors of #9D3BCA
Black with #9D3BCA
Text Example
Text Example
White with #9D3BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3BCA; }
p { color: rgb(157,59,202); }
H1.HeaderClassName
{
color: #9D3BCA;
}
.AnyTagClassName
{
color: #9D3BCA;
}
</style>
background-color css
<style>
a { background-color: #9D3BCA; }
a { background-color: rgb(157,59,202); }
div.DivClassName
{
background-color: #9D3BCA;
}
.BgClassName
{
background-color: #9D3BCA;
}
</style>
border-color css
<style>
span { border-color: #9D3BCA; }
span { border-color: rgb(157,59,202); }
td.TdClassName
{
border-color: #9D3BCA;
}
.TagClassName
{
border-color: #9D3BCA;
}
</style>