Shades of Dark Orchid #9238AF
Tints of Dark Orchid #9238AF
RGB
CMYK
RGB Variations
Color information
#9238AF (or 0x9238AF) is known color: Dark Orchid. HEX triplet: 92, 38 and AF. RGB value is (146,56,175). Sum of RGB (Red+Green+Blue) = 146+56+175=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #9238AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9238AF is #6DC750. Grayscale: #606060. Windows color (decimal): -7194449 or 11483282. OLE color: 11483282.
HSL color Cylindrical-coordinate representation of color #9238AF: hue angle of 285.38º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9238AF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 56 | 175 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.31 |
| HSL | 285.38º | 0.52% | 0.45% | - |
| HSV(B) | 285.38º | 0.68% | 0.69% | - |
| XYZ | 21.01 | 12.03 | 41.77 | - |
| YUV | 96.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 175 | 0.17 | 0.68 | 0 | 0.31 | 285.38 | 0.52 | 0.45 |
| Hex | 92 | 38 | AF | 11 | 44 | 0 | 1F | 11D | 34 | 2D |
| Octal | 222 | 70 | 257 | 21 | 104 | 0 | 37 | 435 | 64 | 55 |
| Binary | 10010010 | 111000 | 10101111 | 10001 | 1000100 | 0 | 11111 | 100011101 | 110100 | 101101 |
Color Harmonies of #9238AF
Complementary color
Monochromatic Colors of #9238AF
Black with #9238AF
Text Example
Text Example
White with #9238AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238AF; }
p { color: rgb(146,56,175); }
H1.HeaderClassName
{
color: #9238AF;
}
.AnyTagClassName
{
color: #9238AF;
}
</style>
background-color css
<style>
a { background-color: #9238AF; }
a { background-color: rgb(146,56,175); }
div.DivClassName
{
background-color: #9238AF;
}
.BgClassName
{
background-color: #9238AF;
}
</style>
border-color css
<style>
span { border-color: #9238AF; }
span { border-color: rgb(146,56,175); }
td.TdClassName
{
border-color: #9238AF;
}
.TagClassName
{
border-color: #9238AF;
}
</style>