Shades of Dark Orchid #9431AF
Tints of Dark Orchid #9431AF
RGB
CMYK
RGB Variations
Color information
#9431AF (or 0x9431AF) is known color: Dark Orchid. HEX triplet: 94, 31 and AF. RGB value is (148,49,175). Sum of RGB (Red+Green+Blue) = 148+49+175=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #9431AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9431AF is #6BCE50. Grayscale: #5C5C5C. Windows color (decimal): -7065169 or 11481492. OLE color: 11481492.
HSL color Cylindrical-coordinate representation of color #9431AF: hue angle of 287.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9431AF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 49 | 175 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.31 |
| HSL | 287.14º | 0.56% | 0.44% | - |
| HSV(B) | 287.14º | 0.72% | 0.69% | - |
| XYZ | 21.05 | 11.59 | 41.68 | - |
| YUV | 92.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 175 | 0.15 | 0.72 | 0 | 0.31 | 287.14 | 0.56 | 0.44 |
| Hex | 94 | 31 | AF | F | 48 | 0 | 1F | 11F | 38 | 2C |
| Octal | 224 | 61 | 257 | 17 | 110 | 0 | 37 | 437 | 70 | 54 |
| Binary | 10010100 | 110001 | 10101111 | 1111 | 1001000 | 0 | 11111 | 100011111 | 111000 | 101100 |
Color Harmonies of #9431AF
Complementary color
Monochromatic Colors of #9431AF
Black with #9431AF
Text Example
Text Example
White with #9431AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9431AF; }
p { color: rgb(148,49,175); }
H1.HeaderClassName
{
color: #9431AF;
}
.AnyTagClassName
{
color: #9431AF;
}
</style>
background-color css
<style>
a { background-color: #9431AF; }
a { background-color: rgb(148,49,175); }
div.DivClassName
{
background-color: #9431AF;
}
.BgClassName
{
background-color: #9431AF;
}
</style>
border-color css
<style>
span { border-color: #9431AF; }
span { border-color: rgb(148,49,175); }
td.TdClassName
{
border-color: #9431AF;
}
.TagClassName
{
border-color: #9431AF;
}
</style>