Shades of Dark Orchid #9430CD
Tints of Dark Orchid #9430CD
RGB
CMYK
RGB Variations
Color information
#9430CD (or 0x9430CD) is known color: Dark Orchid. HEX triplet: 94, 30 and CD. RGB value is (148,48,205). Sum of RGB (Red+Green+Blue) = 148+48+205=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #9430CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430CD is #6BCF32. Grayscale: #5F5F5F. Windows color (decimal): -7065395 or 13447316. OLE color: 13447316.
HSL color Cylindrical-coordinate representation of color #9430CD: hue angle of 278.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9430CD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 48 | 205 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.20 |
| HSL | 278.22º | 0.62% | 0.5% | - |
| HSV(B) | 278.22º | 0.77% | 0.8% | - |
| XYZ | 24.29 | 12.82 | 58.95 | - |
| YUV | 95.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 205 | 0.28 | 0.77 | 0 | 0.20 | 278.22 | 0.62 | 0.5 |
| Hex | 94 | 30 | CD | 1C | 4D | 0 | 14 | 116 | 3E | 32 |
| Octal | 224 | 60 | 315 | 34 | 115 | 0 | 24 | 426 | 76 | 62 |
| Binary | 10010100 | 110000 | 11001101 | 11100 | 1001101 | 0 | 10100 | 100010110 | 111110 | 110010 |
Color Harmonies of #9430CD
Complementary color
Monochromatic Colors of #9430CD
Black with #9430CD
Text Example
Text Example
White with #9430CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9430CD; }
p { color: rgb(148,48,205); }
H1.HeaderClassName
{
color: #9430CD;
}
.AnyTagClassName
{
color: #9430CD;
}
</style>
background-color css
<style>
a { background-color: #9430CD; }
a { background-color: rgb(148,48,205); }
div.DivClassName
{
background-color: #9430CD;
}
.BgClassName
{
background-color: #9430CD;
}
</style>
border-color css
<style>
span { border-color: #9430CD; }
span { border-color: rgb(148,48,205); }
td.TdClassName
{
border-color: #9430CD;
}
.TagClassName
{
border-color: #9430CD;
}
</style>