Shades of Dark Orchid #9440CF
Tints of Dark Orchid #9440CF
RGB
CMYK
RGB Variations
Color information
#9440CF (or 0x9440CF) is known color: Dark Orchid. HEX triplet: 94, 40 and CF. RGB value is (148,64,207). Sum of RGB (Red+Green+Blue) = 148+64+207=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #9440CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440CF is #6BBF30. Grayscale: #686868. Windows color (decimal): -7061297 or 13582484. OLE color: 13582484.
HSL color Cylindrical-coordinate representation of color #9440CF: hue angle of 275.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9440CF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 64 | 207 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.19 |
| HSL | 275.24º | 0.6% | 0.53% | - |
| HSV(B) | 275.24º | 0.69% | 0.81% | - |
| XYZ | 25.31 | 14.47 | 60.49 | - |
| YUV | 105.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 207 | 0.29 | 0.69 | 0 | 0.19 | 275.24 | 0.6 | 0.53 |
| Hex | 94 | 40 | CF | 1D | 45 | 0 | 13 | 113 | 3C | 35 |
| Octal | 224 | 100 | 317 | 35 | 105 | 0 | 23 | 423 | 74 | 65 |
| Binary | 10010100 | 1000000 | 11001111 | 11101 | 1000101 | 0 | 10011 | 100010011 | 111100 | 110101 |
Color Harmonies of #9440CF
Complementary color
Monochromatic Colors of #9440CF
Black with #9440CF
Text Example
Text Example
White with #9440CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440CF; }
p { color: rgb(148,64,207); }
H1.HeaderClassName
{
color: #9440CF;
}
.AnyTagClassName
{
color: #9440CF;
}
</style>
background-color css
<style>
a { background-color: #9440CF; }
a { background-color: rgb(148,64,207); }
div.DivClassName
{
background-color: #9440CF;
}
.BgClassName
{
background-color: #9440CF;
}
</style>
border-color css
<style>
span { border-color: #9440CF; }
span { border-color: rgb(148,64,207); }
td.TdClassName
{
border-color: #9440CF;
}
.TagClassName
{
border-color: #9440CF;
}
</style>