Shades of Dark Orchid #9A38AF
Tints of Dark Orchid #9A38AF
RGB
CMYK
RGB Variations
Color information
#9A38AF (or 0x9A38AF) is known color: Dark Orchid. HEX triplet: 9A, 38 and AF. RGB value is (154,56,175). Sum of RGB (Red+Green+Blue) = 154+56+175=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A38AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A38AF is #65C750. Grayscale: #626262. Windows color (decimal): -6670161 or 11483290. OLE color: 11483290.
HSL color Cylindrical-coordinate representation of color #9A38AF: hue angle of 289.41º 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 #9A38AF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 56 | 175 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.31 |
| HSL | 289.41º | 0.52% | 0.45% | - |
| HSV(B) | 289.41º | 0.68% | 0.69% | - |
| XYZ | 22.48 | 12.79 | 41.84 | - |
| YUV | 98.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 175 | 0.12 | 0.68 | 0 | 0.31 | 289.41 | 0.52 | 0.45 |
| Hex | 9A | 38 | AF | C | 44 | 0 | 1F | 121 | 34 | 2D |
| Octal | 232 | 70 | 257 | 14 | 104 | 0 | 37 | 441 | 64 | 55 |
| Binary | 10011010 | 111000 | 10101111 | 1100 | 1000100 | 0 | 11111 | 100100001 | 110100 | 101101 |
Color Harmonies of #9A38AF
Complementary color
Monochromatic Colors of #9A38AF
Black with #9A38AF
Text Example
Text Example
White with #9A38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A38AF; }
p { color: rgb(154,56,175); }
H1.HeaderClassName
{
color: #9A38AF;
}
.AnyTagClassName
{
color: #9A38AF;
}
</style>
background-color css
<style>
a { background-color: #9A38AF; }
a { background-color: rgb(154,56,175); }
div.DivClassName
{
background-color: #9A38AF;
}
.BgClassName
{
background-color: #9A38AF;
}
</style>
border-color css
<style>
span { border-color: #9A38AF; }
span { border-color: rgb(154,56,175); }
td.TdClassName
{
border-color: #9A38AF;
}
.TagClassName
{
border-color: #9A38AF;
}
</style>