Shades of Dark Orchid #9A36AF
Tints of Dark Orchid #9A36AF
RGB
CMYK
RGB Variations
Color information
#9A36AF (or 0x9A36AF) is known color: Dark Orchid. HEX triplet: 9A, 36 and AF. RGB value is (154,54,175). Sum of RGB (Red+Green+Blue) = 154+54+175=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A36AF is #65C950. Grayscale: #616161. Windows color (decimal): -6670673 or 11482778. OLE color: 11482778.
HSL color Cylindrical-coordinate representation of color #9A36AF: hue angle of 289.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A36AF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 54 | 175 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.31 |
| HSL | 289.59º | 0.53% | 0.45% | - |
| HSV(B) | 289.59º | 0.69% | 0.69% | - |
| XYZ | 22.38 | 12.6 | 41.81 | - |
| YUV | 97.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 175 | 0.12 | 0.69 | 0 | 0.31 | 289.59 | 0.53 | 0.45 |
| Hex | 9A | 36 | AF | C | 45 | 0 | 1F | 122 | 35 | 2D |
| Octal | 232 | 66 | 257 | 14 | 105 | 0 | 37 | 442 | 65 | 55 |
| Binary | 10011010 | 110110 | 10101111 | 1100 | 1000101 | 0 | 11111 | 100100010 | 110101 | 101101 |
Color Harmonies of #9A36AF
Complementary color
Monochromatic Colors of #9A36AF
Black with #9A36AF
Text Example
Text Example
White with #9A36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A36AF; }
p { color: rgb(154,54,175); }
H1.HeaderClassName
{
color: #9A36AF;
}
.AnyTagClassName
{
color: #9A36AF;
}
</style>
background-color css
<style>
a { background-color: #9A36AF; }
a { background-color: rgb(154,54,175); }
div.DivClassName
{
background-color: #9A36AF;
}
.BgClassName
{
background-color: #9A36AF;
}
</style>
border-color css
<style>
span { border-color: #9A36AF; }
span { border-color: rgb(154,54,175); }
td.TdClassName
{
border-color: #9A36AF;
}
.TagClassName
{
border-color: #9A36AF;
}
</style>