Shades of Dark Orchid #9C3FDB
Tints of Dark Orchid #9C3FDB
RGB
CMYK
RGB Variations
Color information
#9C3FDB (or 0x9C3FDB) is known color: Dark Orchid. HEX triplet: 9C, 3F and DB. RGB value is (156,63,219). Sum of RGB (Red+Green+Blue) = 156+63+219=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3FDB is #63C024. Grayscale: #6C6C6C. Windows color (decimal): -6537253 or 14368668. OLE color: 14368668.
HSL color Cylindrical-coordinate representation of color #9C3FDB: hue angle of 275.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C3FDB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 63 | 219 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.14 |
| HSL | 275.77º | 0.68% | 0.55% | - |
| HSV(B) | 275.77º | 0.71% | 0.86% | - |
| XYZ | 28.27 | 15.74 | 68.57 | - |
| YUV | 108.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 63 | 219 | 0.29 | 0.71 | 0 | 0.14 | 275.77 | 0.68 | 0.55 |
| Hex | 9C | 3F | DB | 1D | 47 | 0 | E | 114 | 44 | 37 |
| Octal | 234 | 77 | 333 | 35 | 107 | 0 | 16 | 424 | 104 | 67 |
| Binary | 10011100 | 111111 | 11011011 | 11101 | 1000111 | 0 | 1110 | 100010100 | 1000100 | 110111 |
Color Harmonies of #9C3FDB
Complementary color
Monochromatic Colors of #9C3FDB
Black with #9C3FDB
Text Example
Text Example
White with #9C3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3FDB; }
p { color: rgb(156,63,219); }
H1.HeaderClassName
{
color: #9C3FDB;
}
.AnyTagClassName
{
color: #9C3FDB;
}
</style>
background-color css
<style>
a { background-color: #9C3FDB; }
a { background-color: rgb(156,63,219); }
div.DivClassName
{
background-color: #9C3FDB;
}
.BgClassName
{
background-color: #9C3FDB;
}
</style>
border-color css
<style>
span { border-color: #9C3FDB; }
span { border-color: rgb(156,63,219); }
td.TdClassName
{
border-color: #9C3FDB;
}
.TagClassName
{
border-color: #9C3FDB;
}
</style>