Shades of Dark Orchid #9434CD
Tints of Dark Orchid #9434CD
RGB
CMYK
RGB Variations
Color information
#9434CD (or 0x9434CD) is known color: Dark Orchid. HEX triplet: 94, 34 and CD. RGB value is (148,52,205). Sum of RGB (Red+Green+Blue) = 148+52+205=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #9434CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9434CD is #6BCB32. Grayscale: #616161. Windows color (decimal): -7064371 or 13448340. OLE color: 13448340.
HSL color Cylindrical-coordinate representation of color #9434CD: hue angle of 277.65º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9434CD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 52 | 205 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.20 |
| HSL | 277.65º | 0.6% | 0.5% | - |
| HSV(B) | 277.65º | 0.75% | 0.8% | - |
| XYZ | 24.46 | 13.16 | 59.01 | - |
| YUV | 98.15 | 188.3 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 205 | 0.28 | 0.75 | 0 | 0.20 | 277.65 | 0.6 | 0.5 |
| Hex | 94 | 34 | CD | 1C | 4B | 0 | 14 | 116 | 3C | 32 |
| Octal | 224 | 64 | 315 | 34 | 113 | 0 | 24 | 426 | 74 | 62 |
| Binary | 10010100 | 110100 | 11001101 | 11100 | 1001011 | 0 | 10100 | 100010110 | 111100 | 110010 |
Color Harmonies of #9434CD
Complementary color
Monochromatic Colors of #9434CD
Black with #9434CD
Text Example
Text Example
White with #9434CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9434CD; }
p { color: rgb(148,52,205); }
H1.HeaderClassName
{
color: #9434CD;
}
.AnyTagClassName
{
color: #9434CD;
}
</style>
background-color css
<style>
a { background-color: #9434CD; }
a { background-color: rgb(148,52,205); }
div.DivClassName
{
background-color: #9434CD;
}
.BgClassName
{
background-color: #9434CD;
}
</style>
border-color css
<style>
span { border-color: #9434CD; }
span { border-color: rgb(148,52,205); }
td.TdClassName
{
border-color: #9434CD;
}
.TagClassName
{
border-color: #9434CD;
}
</style>