Shades of Dark Orchid #9236AF
Tints of Dark Orchid #9236AF
RGB
CMYK
RGB Variations
Color information
#9236AF (or 0x9236AF) is known color: Dark Orchid. HEX triplet: 92, 36 and AF. RGB value is (146,54,175). Sum of RGB (Red+Green+Blue) = 146+54+175=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #9236AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9236AF is #6DC950. Grayscale: #5E5E5E. Windows color (decimal): -7194961 or 11482770. OLE color: 11482770.
HSL color Cylindrical-coordinate representation of color #9236AF: hue angle of 285.62º 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 #9236AF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 54 | 175 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.31 |
| HSL | 285.62º | 0.53% | 0.45% | - |
| HSV(B) | 285.62º | 0.69% | 0.69% | - |
| XYZ | 20.91 | 11.84 | 41.74 | - |
| YUV | 95.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 175 | 0.17 | 0.69 | 0 | 0.31 | 285.62 | 0.53 | 0.45 |
| Hex | 92 | 36 | AF | 11 | 45 | 0 | 1F | 11E | 35 | 2D |
| Octal | 222 | 66 | 257 | 21 | 105 | 0 | 37 | 436 | 65 | 55 |
| Binary | 10010010 | 110110 | 10101111 | 10001 | 1000101 | 0 | 11111 | 100011110 | 110101 | 101101 |
Color Harmonies of #9236AF
Complementary color
Monochromatic Colors of #9236AF
Black with #9236AF
Text Example
Text Example
White with #9236AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9236AF; }
p { color: rgb(146,54,175); }
H1.HeaderClassName
{
color: #9236AF;
}
.AnyTagClassName
{
color: #9236AF;
}
</style>
background-color css
<style>
a { background-color: #9236AF; }
a { background-color: rgb(146,54,175); }
div.DivClassName
{
background-color: #9236AF;
}
.BgClassName
{
background-color: #9236AF;
}
</style>
border-color css
<style>
span { border-color: #9236AF; }
span { border-color: rgb(146,54,175); }
td.TdClassName
{
border-color: #9236AF;
}
.TagClassName
{
border-color: #9236AF;
}
</style>