Shades of Dark Orchid #9428D1
Tints of Dark Orchid #9428D1
RGB
CMYK
RGB Variations
Color information
#9428D1 (or 0x9428D1) is known color: Dark Orchid. HEX triplet: 94, 28 and D1. RGB value is (148,40,209). Sum of RGB (Red+Green+Blue) = 148+40+209=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #9428D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9428D1 is #6BD72E. Grayscale: #5A5A5A. Windows color (decimal): -7067439 or 13707412. OLE color: 13707412.
HSL color Cylindrical-coordinate representation of color #9428D1: hue angle of 278.34º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9428D1 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 40 | 209 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.18 |
| HSL | 278.34º | 0.68% | 0.49% | - |
| HSV(B) | 278.34º | 0.81% | 0.82% | - |
| XYZ | 24.48 | 12.42 | 61.43 | - |
| YUV | 91.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 209 | 0.29 | 0.81 | 0 | 0.18 | 278.34 | 0.68 | 0.49 |
| Hex | 94 | 28 | D1 | 1D | 51 | 0 | 12 | 116 | 44 | 31 |
| Octal | 224 | 50 | 321 | 35 | 121 | 0 | 22 | 426 | 104 | 61 |
| Binary | 10010100 | 101000 | 11010001 | 11101 | 1010001 | 0 | 10010 | 100010110 | 1000100 | 110001 |
Color Harmonies of #9428D1
Complementary color
Monochromatic Colors of #9428D1
Black with #9428D1
Text Example
Text Example
White with #9428D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9428D1; }
p { color: rgb(148,40,209); }
H1.HeaderClassName
{
color: #9428D1;
}
.AnyTagClassName
{
color: #9428D1;
}
</style>
background-color css
<style>
a { background-color: #9428D1; }
a { background-color: rgb(148,40,209); }
div.DivClassName
{
background-color: #9428D1;
}
.BgClassName
{
background-color: #9428D1;
}
</style>
border-color css
<style>
span { border-color: #9428D1; }
span { border-color: rgb(148,40,209); }
td.TdClassName
{
border-color: #9428D1;
}
.TagClassName
{
border-color: #9428D1;
}
</style>