Shades of Dark Orchid #9539CF
Tints of Dark Orchid #9539CF
RGB
CMYK
RGB Variations
Color information
#9539CF (or 0x9539CF) is known color: Dark Orchid. HEX triplet: 95, 39 and CF. RGB value is (149,57,207). Sum of RGB (Red+Green+Blue) = 149+57+207=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #9539CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539CF is #6AC630. Grayscale: #656565. Windows color (decimal): -6997553 or 13580693. OLE color: 13580693.
HSL color Cylindrical-coordinate representation of color #9539CF: hue angle of 276.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9539CF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 57 | 207 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.19 |
| HSL | 276.8º | 0.61% | 0.52% | - |
| HSV(B) | 276.8º | 0.72% | 0.81% | - |
| XYZ | 25.12 | 13.82 | 60.38 | - |
| YUV | 101.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 207 | 0.28 | 0.72 | 0 | 0.19 | 276.8 | 0.61 | 0.52 |
| Hex | 95 | 39 | CF | 1C | 48 | 0 | 13 | 115 | 3D | 34 |
| Octal | 225 | 71 | 317 | 34 | 110 | 0 | 23 | 425 | 75 | 64 |
| Binary | 10010101 | 111001 | 11001111 | 11100 | 1001000 | 0 | 10011 | 100010101 | 111101 | 110100 |
Color Harmonies of #9539CF
Complementary color
Monochromatic Colors of #9539CF
Black with #9539CF
Text Example
Text Example
White with #9539CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9539CF; }
p { color: rgb(149,57,207); }
H1.HeaderClassName
{
color: #9539CF;
}
.AnyTagClassName
{
color: #9539CF;
}
</style>
background-color css
<style>
a { background-color: #9539CF; }
a { background-color: rgb(149,57,207); }
div.DivClassName
{
background-color: #9539CF;
}
.BgClassName
{
background-color: #9539CF;
}
</style>
border-color css
<style>
span { border-color: #9539CF; }
span { border-color: rgb(149,57,207); }
td.TdClassName
{
border-color: #9539CF;
}
.TagClassName
{
border-color: #9539CF;
}
</style>