Shades of Dark Orchid #9448D8
Tints of Dark Orchid #9448D8
RGB
CMYK
RGB Variations
Color information
#9448D8 (or 0x9448D8) is known color: Dark Orchid. HEX triplet: 94, 48 and D8. RGB value is (148,72,216). Sum of RGB (Red+Green+Blue) = 148+72+216=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #9448D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448D8 is #6BB727. Grayscale: #6E6E6E. Windows color (decimal): -7059240 or 14174356. OLE color: 14174356.
HSL color Cylindrical-coordinate representation of color #9448D8: hue angle of 271.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9448D8 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 72 | 216 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.15 |
| HSL | 271.67º | 0.65% | 0.56% | - |
| HSV(B) | 271.67º | 0.67% | 0.85% | - |
| XYZ | 26.92 | 15.89 | 66.61 | - |
| YUV | 111.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 216 | 0.31 | 0.67 | 0 | 0.15 | 271.67 | 0.65 | 0.56 |
| Hex | 94 | 48 | D8 | 1F | 43 | 0 | F | 110 | 41 | 38 |
| Octal | 224 | 110 | 330 | 37 | 103 | 0 | 17 | 420 | 101 | 70 |
| Binary | 10010100 | 1001000 | 11011000 | 11111 | 1000011 | 0 | 1111 | 100010000 | 1000001 | 111000 |
Color Harmonies of #9448D8
Complementary color
Monochromatic Colors of #9448D8
Black with #9448D8
Text Example
Text Example
White with #9448D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9448D8; }
p { color: rgb(148,72,216); }
H1.HeaderClassName
{
color: #9448D8;
}
.AnyTagClassName
{
color: #9448D8;
}
</style>
background-color css
<style>
a { background-color: #9448D8; }
a { background-color: rgb(148,72,216); }
div.DivClassName
{
background-color: #9448D8;
}
.BgClassName
{
background-color: #9448D8;
}
</style>
border-color css
<style>
span { border-color: #9448D8; }
span { border-color: rgb(148,72,216); }
td.TdClassName
{
border-color: #9448D8;
}
.TagClassName
{
border-color: #9448D8;
}
</style>