Shades of Dark Orchid #9434AF
Tints of Dark Orchid #9434AF
RGB
CMYK
RGB Variations
Color information
#9434AF (or 0x9434AF) is known color: Dark Orchid. HEX triplet: 94, 34 and AF. RGB value is (148,52,175). Sum of RGB (Red+Green+Blue) = 148+52+175=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 52 (20.70% from 255 or 13.87% 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 #9434AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9434AF is #6BCB50. Grayscale: #5E5E5E. Windows color (decimal): -7064401 or 11482260. OLE color: 11482260.
HSL color Cylindrical-coordinate representation of color #9434AF: hue angle of 286.83º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9434AF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 52 | 175 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.31 |
| HSL | 286.83º | 0.54% | 0.45% | - |
| HSV(B) | 286.83º | 0.7% | 0.69% | - |
| XYZ | 21.18 | 11.85 | 41.73 | - |
| YUV | 94.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 175 | 0.15 | 0.70 | 0 | 0.31 | 286.83 | 0.54 | 0.45 |
| Hex | 94 | 34 | AF | F | 46 | 0 | 1F | 11F | 36 | 2D |
| Octal | 224 | 64 | 257 | 17 | 106 | 0 | 37 | 437 | 66 | 55 |
| Binary | 10010100 | 110100 | 10101111 | 1111 | 1000110 | 0 | 11111 | 100011111 | 110110 | 101101 |
Color Harmonies of #9434AF
Complementary color
Monochromatic Colors of #9434AF
Black with #9434AF
Text Example
Text Example
White with #9434AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9434AF; }
p { color: rgb(148,52,175); }
H1.HeaderClassName
{
color: #9434AF;
}
.AnyTagClassName
{
color: #9434AF;
}
</style>
background-color css
<style>
a { background-color: #9434AF; }
a { background-color: rgb(148,52,175); }
div.DivClassName
{
background-color: #9434AF;
}
.BgClassName
{
background-color: #9434AF;
}
</style>
border-color css
<style>
span { border-color: #9434AF; }
span { border-color: rgb(148,52,175); }
td.TdClassName
{
border-color: #9434AF;
}
.TagClassName
{
border-color: #9434AF;
}
</style>