Shades of Dark Orchid #9A3FCE
Tints of Dark Orchid #9A3FCE
RGB
CMYK
RGB Variations
Color information
#9A3FCE (or 0x9A3FCE) is known color: Dark Orchid. HEX triplet: 9A, 3F and CE. RGB value is (154,63,206). Sum of RGB (Red+Green+Blue) = 154+63+206=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FCE is #65C031. Grayscale: #6A6A6A. Windows color (decimal): -6668338 or 13516698. OLE color: 13516698.
HSL color Cylindrical-coordinate representation of color #9A3FCE: hue angle of 278.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3FCE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 63 | 206 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.19 |
| HSL | 278.18º | 0.59% | 0.53% | - |
| HSV(B) | 278.18º | 0.69% | 0.81% | - |
| XYZ | 26.24 | 14.88 | 59.88 | - |
| YUV | 106.51 | 184.15 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 63 | 206 | 0.25 | 0.69 | 0 | 0.19 | 278.18 | 0.59 | 0.53 |
| Hex | 9A | 3F | CE | 19 | 45 | 0 | 13 | 116 | 3B | 35 |
| Octal | 232 | 77 | 316 | 31 | 105 | 0 | 23 | 426 | 73 | 65 |
| Binary | 10011010 | 111111 | 11001110 | 11001 | 1000101 | 0 | 10011 | 100010110 | 111011 | 110101 |
Color Harmonies of #9A3FCE
Complementary color
Monochromatic Colors of #9A3FCE
Black with #9A3FCE
Text Example
Text Example
White with #9A3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3FCE; }
p { color: rgb(154,63,206); }
H1.HeaderClassName
{
color: #9A3FCE;
}
.AnyTagClassName
{
color: #9A3FCE;
}
</style>
background-color css
<style>
a { background-color: #9A3FCE; }
a { background-color: rgb(154,63,206); }
div.DivClassName
{
background-color: #9A3FCE;
}
.BgClassName
{
background-color: #9A3FCE;
}
</style>
border-color css
<style>
span { border-color: #9A3FCE; }
span { border-color: rgb(154,63,206); }
td.TdClassName
{
border-color: #9A3FCE;
}
.TagClassName
{
border-color: #9A3FCE;
}
</style>