Shades of Dark Orchid #9639CF
Tints of Dark Orchid #9639CF
RGB
CMYK
RGB Variations
Color information
#9639CF (or 0x9639CF) is known color: Dark Orchid. HEX triplet: 96, 39 and CF. RGB value is (150,57,207). Sum of RGB (Red+Green+Blue) = 150+57+207=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #9639CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9639CF is #69C630. Grayscale: #656565. Windows color (decimal): -6932017 or 13580694. OLE color: 13580694.
HSL color Cylindrical-coordinate representation of color #9639CF: hue angle of 277.2º 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 #9639CF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 57 | 207 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.19 |
| HSL | 277.2º | 0.61% | 0.52% | - |
| HSV(B) | 277.2º | 0.72% | 0.81% | - |
| XYZ | 25.3 | 13.92 | 60.38 | - |
| YUV | 101.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 207 | 0.28 | 0.72 | 0 | 0.19 | 277.2 | 0.61 | 0.52 |
| Hex | 96 | 39 | CF | 1C | 48 | 0 | 13 | 115 | 3D | 34 |
| Octal | 226 | 71 | 317 | 34 | 110 | 0 | 23 | 425 | 75 | 64 |
| Binary | 10010110 | 111001 | 11001111 | 11100 | 1001000 | 0 | 10011 | 100010101 | 111101 | 110100 |
Color Harmonies of #9639CF
Complementary color
Monochromatic Colors of #9639CF
Black with #9639CF
Text Example
Text Example
White with #9639CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9639CF; }
p { color: rgb(150,57,207); }
H1.HeaderClassName
{
color: #9639CF;
}
.AnyTagClassName
{
color: #9639CF;
}
</style>
background-color css
<style>
a { background-color: #9639CF; }
a { background-color: rgb(150,57,207); }
div.DivClassName
{
background-color: #9639CF;
}
.BgClassName
{
background-color: #9639CF;
}
</style>
border-color css
<style>
span { border-color: #9639CF; }
span { border-color: rgb(150,57,207); }
td.TdClassName
{
border-color: #9639CF;
}
.TagClassName
{
border-color: #9639CF;
}
</style>