Shades of Dark Orchid #9638CF
Tints of Dark Orchid #9638CF
RGB
CMYK
RGB Variations
Color information
#9638CF (or 0x9638CF) is known color: Dark Orchid. HEX triplet: 96, 38 and CF. RGB value is (150,56,207). Sum of RGB (Red+Green+Blue) = 150+56+207=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 56 (22.27% from 255 or 13.56% 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 #9638CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9638CF is #69C730. Grayscale: #646464. Windows color (decimal): -6932273 or 13580438. OLE color: 13580438.
HSL color Cylindrical-coordinate representation of color #9638CF: hue angle of 277.35º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9638CF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 56 | 207 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.19 |
| HSL | 277.35º | 0.61% | 0.52% | - |
| HSV(B) | 277.35º | 0.73% | 0.81% | - |
| XYZ | 25.25 | 13.82 | 60.37 | - |
| YUV | 101.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 207 | 0.28 | 0.73 | 0 | 0.19 | 277.35 | 0.61 | 0.52 |
| Hex | 96 | 38 | CF | 1C | 49 | 0 | 13 | 115 | 3D | 34 |
| Octal | 226 | 70 | 317 | 34 | 111 | 0 | 23 | 425 | 75 | 64 |
| Binary | 10010110 | 111000 | 11001111 | 11100 | 1001001 | 0 | 10011 | 100010101 | 111101 | 110100 |
Color Harmonies of #9638CF
Complementary color
Monochromatic Colors of #9638CF
Black with #9638CF
Text Example
Text Example
White with #9638CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9638CF; }
p { color: rgb(150,56,207); }
H1.HeaderClassName
{
color: #9638CF;
}
.AnyTagClassName
{
color: #9638CF;
}
</style>
background-color css
<style>
a { background-color: #9638CF; }
a { background-color: rgb(150,56,207); }
div.DivClassName
{
background-color: #9638CF;
}
.BgClassName
{
background-color: #9638CF;
}
</style>
border-color css
<style>
span { border-color: #9638CF; }
span { border-color: rgb(150,56,207); }
td.TdClassName
{
border-color: #9638CF;
}
.TagClassName
{
border-color: #9638CF;
}
</style>