Shades of Dark Orchid #9435AF
Tints of Dark Orchid #9435AF
RGB
CMYK
RGB Variations
Color information
#9435AF (or 0x9435AF) is known color: Dark Orchid. HEX triplet: 94, 35 and AF. RGB value is (148,53,175). Sum of RGB (Red+Green+Blue) = 148+53+175=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #9435AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9435AF is #6BCA50. Grayscale: #5E5E5E. Windows color (decimal): -7064145 or 11482516. OLE color: 11482516.
HSL color Cylindrical-coordinate representation of color #9435AF: hue angle of 286.72º 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 #9435AF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 53 | 175 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.31 |
| HSL | 286.72º | 0.54% | 0.45% | - |
| HSV(B) | 286.72º | 0.7% | 0.69% | - |
| XYZ | 21.22 | 11.94 | 41.74 | - |
| YUV | 95.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 175 | 0.15 | 0.70 | 0 | 0.31 | 286.72 | 0.54 | 0.45 |
| Hex | 94 | 35 | AF | F | 46 | 0 | 1F | 11F | 36 | 2D |
| Octal | 224 | 65 | 257 | 17 | 106 | 0 | 37 | 437 | 66 | 55 |
| Binary | 10010100 | 110101 | 10101111 | 1111 | 1000110 | 0 | 11111 | 100011111 | 110110 | 101101 |
Color Harmonies of #9435AF
Complementary color
Monochromatic Colors of #9435AF
Black with #9435AF
Text Example
Text Example
White with #9435AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9435AF; }
p { color: rgb(148,53,175); }
H1.HeaderClassName
{
color: #9435AF;
}
.AnyTagClassName
{
color: #9435AF;
}
</style>
background-color css
<style>
a { background-color: #9435AF; }
a { background-color: rgb(148,53,175); }
div.DivClassName
{
background-color: #9435AF;
}
.BgClassName
{
background-color: #9435AF;
}
</style>
border-color css
<style>
span { border-color: #9435AF; }
span { border-color: rgb(148,53,175); }
td.TdClassName
{
border-color: #9435AF;
}
.TagClassName
{
border-color: #9435AF;
}
</style>