Shades of Dark Orchid #9A36D2
Tints of Dark Orchid #9A36D2
RGB
CMYK
RGB Variations
Color information
#9A36D2 (or 0x9A36D2) is known color: Dark Orchid. HEX triplet: 9A, 36 and D2. RGB value is (154,54,210). Sum of RGB (Red+Green+Blue) = 154+54+210=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #9A36D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A36D2 is #65C92D. Grayscale: #656565. Windows color (decimal): -6670638 or 13776538. OLE color: 13776538.
HSL color Cylindrical-coordinate representation of color #9A36D2: hue angle of 278.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A36D2 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 54 | 210 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.18 |
| HSL | 278.46º | 0.63% | 0.52% | - |
| HSV(B) | 278.46º | 0.74% | 0.82% | - |
| XYZ | 26.28 | 14.16 | 62.32 | - |
| YUV | 101.68 | 189.13 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 210 | 0.27 | 0.74 | 0 | 0.18 | 278.46 | 0.63 | 0.52 |
| Hex | 9A | 36 | D2 | 1B | 4A | 0 | 12 | 116 | 3F | 34 |
| Octal | 232 | 66 | 322 | 33 | 112 | 0 | 22 | 426 | 77 | 64 |
| Binary | 10011010 | 110110 | 11010010 | 11011 | 1001010 | 0 | 10010 | 100010110 | 111111 | 110100 |
Color Harmonies of #9A36D2
Complementary color
Monochromatic Colors of #9A36D2
Black with #9A36D2
Text Example
Text Example
White with #9A36D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A36D2; }
p { color: rgb(154,54,210); }
H1.HeaderClassName
{
color: #9A36D2;
}
.AnyTagClassName
{
color: #9A36D2;
}
</style>
background-color css
<style>
a { background-color: #9A36D2; }
a { background-color: rgb(154,54,210); }
div.DivClassName
{
background-color: #9A36D2;
}
.BgClassName
{
background-color: #9A36D2;
}
</style>
border-color css
<style>
span { border-color: #9A36D2; }
span { border-color: rgb(154,54,210); }
td.TdClassName
{
border-color: #9A36D2;
}
.TagClassName
{
border-color: #9A36D2;
}
</style>