Shades of Dark Orchid #9420C8
Tints of Dark Orchid #9420C8
RGB
CMYK
RGB Variations
Color information
#9420C8 (or 0x9420C8) is known color: Dark Orchid. HEX triplet: 94, 20 and C8. RGB value is (148,32,200). Sum of RGB (Red+Green+Blue) = 148+32+200=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #9420C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420C8 is #6BDF37. Grayscale: #555555. Windows color (decimal): -7069496 or 13115540. OLE color: 13115540.
HSL color Cylindrical-coordinate representation of color #9420C8: hue angle of 281.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9420C8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 32 | 200 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.22 |
| HSL | 281.43º | 0.72% | 0.45% | - |
| HSV(B) | 281.43º | 0.84% | 0.78% | - |
| XYZ | 23.15 | 11.5 | 55.64 | - |
| YUV | 85.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 200 | 0.26 | 0.84 | 0 | 0.22 | 281.43 | 0.72 | 0.45 |
| Hex | 94 | 20 | C8 | 1A | 54 | 0 | 16 | 119 | 48 | 2D |
| Octal | 224 | 40 | 310 | 32 | 124 | 0 | 26 | 431 | 110 | 55 |
| Binary | 10010100 | 100000 | 11001000 | 11010 | 1010100 | 0 | 10110 | 100011001 | 1001000 | 101101 |
Color Harmonies of #9420C8
Complementary color
Monochromatic Colors of #9420C8
Black with #9420C8
Text Example
Text Example
White with #9420C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9420C8; }
p { color: rgb(148,32,200); }
H1.HeaderClassName
{
color: #9420C8;
}
.AnyTagClassName
{
color: #9420C8;
}
</style>
background-color css
<style>
a { background-color: #9420C8; }
a { background-color: rgb(148,32,200); }
div.DivClassName
{
background-color: #9420C8;
}
.BgClassName
{
background-color: #9420C8;
}
</style>
border-color css
<style>
span { border-color: #9420C8; }
span { border-color: rgb(148,32,200); }
td.TdClassName
{
border-color: #9420C8;
}
.TagClassName
{
border-color: #9420C8;
}
</style>