Shades of Dark Orchid #9A38CE
Tints of Dark Orchid #9A38CE
RGB
CMYK
RGB Variations
Color information
#9A38CE (or 0x9A38CE) is known color: Dark Orchid. HEX triplet: 9A, 38 and CE. RGB value is (154,56,206). Sum of RGB (Red+Green+Blue) = 154+56+206=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A38CE is #65C731. Grayscale: #656565. Windows color (decimal): -6670130 or 13514906. OLE color: 13514906.
HSL color Cylindrical-coordinate representation of color #9A38CE: hue angle of 279.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A38CE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 56 | 206 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.19 |
| HSL | 279.2º | 0.6% | 0.51% | - |
| HSV(B) | 279.2º | 0.73% | 0.81% | - |
| XYZ | 25.88 | 14.15 | 59.76 | - |
| YUV | 102.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 206 | 0.25 | 0.73 | 0 | 0.19 | 279.2 | 0.6 | 0.51 |
| Hex | 9A | 38 | CE | 19 | 49 | 0 | 13 | 117 | 3C | 33 |
| Octal | 232 | 70 | 316 | 31 | 111 | 0 | 23 | 427 | 74 | 63 |
| Binary | 10011010 | 111000 | 11001110 | 11001 | 1001001 | 0 | 10011 | 100010111 | 111100 | 110011 |
Color Harmonies of #9A38CE
Complementary color
Monochromatic Colors of #9A38CE
Black with #9A38CE
Text Example
Text Example
White with #9A38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A38CE; }
p { color: rgb(154,56,206); }
H1.HeaderClassName
{
color: #9A38CE;
}
.AnyTagClassName
{
color: #9A38CE;
}
</style>
background-color css
<style>
a { background-color: #9A38CE; }
a { background-color: rgb(154,56,206); }
div.DivClassName
{
background-color: #9A38CE;
}
.BgClassName
{
background-color: #9A38CE;
}
</style>
border-color css
<style>
span { border-color: #9A38CE; }
span { border-color: rgb(154,56,206); }
td.TdClassName
{
border-color: #9A38CE;
}
.TagClassName
{
border-color: #9A38CE;
}
</style>