Shades of Dark Orchid #9440C8
Tints of Dark Orchid #9440C8
RGB
CMYK
RGB Variations
Color information
#9440C8 (or 0x9440C8) is known color: Dark Orchid. HEX triplet: 94, 40 and C8. RGB value is (148,64,200). Sum of RGB (Red+Green+Blue) = 148+64+200=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #9440C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440C8 is #6BBF37. Grayscale: #686868. Windows color (decimal): -7061304 or 13123732. OLE color: 13123732.
HSL color Cylindrical-coordinate representation of color #9440C8: hue angle of 277.06º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9440C8 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 64 | 200 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.22 |
| HSL | 277.06º | 0.55% | 0.52% | - |
| HSV(B) | 277.06º | 0.68% | 0.78% | - |
| XYZ | 24.47 | 14.13 | 56.08 | - |
| YUV | 104.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 200 | 0.26 | 0.68 | 0 | 0.22 | 277.06 | 0.55 | 0.52 |
| Hex | 94 | 40 | C8 | 1A | 44 | 0 | 16 | 115 | 37 | 34 |
| Octal | 224 | 100 | 310 | 32 | 104 | 0 | 26 | 425 | 67 | 64 |
| Binary | 10010100 | 1000000 | 11001000 | 11010 | 1000100 | 0 | 10110 | 100010101 | 110111 | 110100 |
Color Harmonies of #9440C8
Complementary color
Monochromatic Colors of #9440C8
Black with #9440C8
Text Example
Text Example
White with #9440C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440C8; }
p { color: rgb(148,64,200); }
H1.HeaderClassName
{
color: #9440C8;
}
.AnyTagClassName
{
color: #9440C8;
}
</style>
background-color css
<style>
a { background-color: #9440C8; }
a { background-color: rgb(148,64,200); }
div.DivClassName
{
background-color: #9440C8;
}
.BgClassName
{
background-color: #9440C8;
}
</style>
border-color css
<style>
span { border-color: #9440C8; }
span { border-color: rgb(148,64,200); }
td.TdClassName
{
border-color: #9440C8;
}
.TagClassName
{
border-color: #9440C8;
}
</style>