Shades of Dark Orchid #9E3FCC
Tints of Dark Orchid #9E3FCC
RGB
CMYK
RGB Variations
Color information
#9E3FCC (or 0x9E3FCC) is known color: Dark Orchid. HEX triplet: 9E, 3F and CC. RGB value is (158,63,204). Sum of RGB (Red+Green+Blue) = 158+63+204=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E3FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E3FCC is #61C033. Grayscale: #6B6B6B. Windows color (decimal): -6406196 or 13385630. OLE color: 13385630.
HSL color Cylindrical-coordinate representation of color #9E3FCC: hue angle of 280.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3FCC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 63 | 204 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.2 |
| HSL | 280.43º | 0.58% | 0.52% | - |
| HSV(B) | 280.43º | 0.69% | 0.8% | - |
| XYZ | 26.78 | 15.18 | 58.65 | - |
| YUV | 107.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 204 | 0.23 | 0.69 | 0 | 0.2 | 280.43 | 0.58 | 0.52 |
| Hex | 9E | 3F | CC | 17 | 45 | 0 | 14 | 118 | 3A | 34 |
| Octal | 236 | 77 | 314 | 27 | 105 | 0 | 24 | 430 | 72 | 64 |
| Binary | 10011110 | 111111 | 11001100 | 10111 | 1000101 | 0 | 10100 | 100011000 | 111010 | 110100 |
Color Harmonies of #9E3FCC
Complementary color
Monochromatic Colors of #9E3FCC
Black with #9E3FCC
Text Example
Text Example
White with #9E3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FCC; }
p { color: rgb(158,63,204); }
H1.HeaderClassName
{
color: #9E3FCC;
}
.AnyTagClassName
{
color: #9E3FCC;
}
</style>
background-color css
<style>
a { background-color: #9E3FCC; }
a { background-color: rgb(158,63,204); }
div.DivClassName
{
background-color: #9E3FCC;
}
.BgClassName
{
background-color: #9E3FCC;
}
</style>
border-color css
<style>
span { border-color: #9E3FCC; }
span { border-color: rgb(158,63,204); }
td.TdClassName
{
border-color: #9E3FCC;
}
.TagClassName
{
border-color: #9E3FCC;
}
</style>