Shades of Dark Orchid #9429CB
Tints of Dark Orchid #9429CB
RGB
CMYK
RGB Variations
Color information
#9429CB (or 0x9429CB) is known color: Dark Orchid. HEX triplet: 94, 29 and CB. RGB value is (148,41,203). Sum of RGB (Red+Green+Blue) = 148+41+203=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #9429CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429CB is #6BD634. Grayscale: #5A5A5A. Windows color (decimal): -7067189 or 13314452. OLE color: 13314452.
HSL color Cylindrical-coordinate representation of color #9429CB: hue angle of 279.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9429CB is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 41 | 203 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.20 |
| HSL | 279.63º | 0.66% | 0.48% | - |
| HSV(B) | 279.63º | 0.8% | 0.8% | - |
| XYZ | 23.79 | 12.19 | 57.6 | - |
| YUV | 91.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 203 | 0.27 | 0.80 | 0 | 0.20 | 279.63 | 0.66 | 0.48 |
| Hex | 94 | 29 | CB | 1B | 50 | 0 | 14 | 118 | 42 | 30 |
| Octal | 224 | 51 | 313 | 33 | 120 | 0 | 24 | 430 | 102 | 60 |
| Binary | 10010100 | 101001 | 11001011 | 11011 | 1010000 | 0 | 10100 | 100011000 | 1000010 | 110000 |
Color Harmonies of #9429CB
Complementary color
Monochromatic Colors of #9429CB
Black with #9429CB
Text Example
Text Example
White with #9429CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9429CB; }
p { color: rgb(148,41,203); }
H1.HeaderClassName
{
color: #9429CB;
}
.AnyTagClassName
{
color: #9429CB;
}
</style>
background-color css
<style>
a { background-color: #9429CB; }
a { background-color: rgb(148,41,203); }
div.DivClassName
{
background-color: #9429CB;
}
.BgClassName
{
background-color: #9429CB;
}
</style>
border-color css
<style>
span { border-color: #9429CB; }
span { border-color: rgb(148,41,203); }
td.TdClassName
{
border-color: #9429CB;
}
.TagClassName
{
border-color: #9429CB;
}
</style>