Shades of Dark Orchid #9441D5
Tints of Dark Orchid #9441D5
RGB
CMYK
RGB Variations
Color information
#9441D5 (or 0x9441D5) is known color: Dark Orchid. HEX triplet: 94, 41 and D5. RGB value is (148,65,213). Sum of RGB (Red+Green+Blue) = 148+65+213=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #9441D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441D5 is #6BBE2A. Grayscale: #6A6A6A. Windows color (decimal): -7061035 or 13975956. OLE color: 13975956.
HSL color Cylindrical-coordinate representation of color #9441D5: hue angle of 273.65º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9441D5 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 65 | 213 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.16 |
| HSL | 273.65º | 0.64% | 0.55% | - |
| HSV(B) | 273.65º | 0.69% | 0.84% | - |
| XYZ | 26.11 | 14.88 | 64.45 | - |
| YUV | 106.69 | 188 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 213 | 0.31 | 0.69 | 0 | 0.16 | 273.65 | 0.64 | 0.55 |
| Hex | 94 | 41 | D5 | 1F | 45 | 0 | 10 | 112 | 40 | 37 |
| Octal | 224 | 101 | 325 | 37 | 105 | 0 | 20 | 422 | 100 | 67 |
| Binary | 10010100 | 1000001 | 11010101 | 11111 | 1000101 | 0 | 10000 | 100010010 | 1000000 | 110111 |
Color Harmonies of #9441D5
Complementary color
Monochromatic Colors of #9441D5
Black with #9441D5
Text Example
Text Example
White with #9441D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441D5; }
p { color: rgb(148,65,213); }
H1.HeaderClassName
{
color: #9441D5;
}
.AnyTagClassName
{
color: #9441D5;
}
</style>
background-color css
<style>
a { background-color: #9441D5; }
a { background-color: rgb(148,65,213); }
div.DivClassName
{
background-color: #9441D5;
}
.BgClassName
{
background-color: #9441D5;
}
</style>
border-color css
<style>
span { border-color: #9441D5; }
span { border-color: rgb(148,65,213); }
td.TdClassName
{
border-color: #9441D5;
}
.TagClassName
{
border-color: #9441D5;
}
</style>