Shades of Dark Orchid #9942C3
Tints of Dark Orchid #9942C3
RGB
CMYK
RGB Variations
Color information
#9942C3 (or 0x9942C3) is known color: Dark Orchid. HEX triplet: 99, 42 and C3. RGB value is (153,66,195). Sum of RGB (Red+Green+Blue) = 153+66+195=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #9942C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942C3 is #66BD3C. Grayscale: #6A6A6A. Windows color (decimal): -6733117 or 12796569. OLE color: 12796569.
HSL color Cylindrical-coordinate representation of color #9942C3: hue angle of 280.47º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9942C3 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 66 | 195 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.24 |
| HSL | 280.47º | 0.52% | 0.51% | - |
| HSV(B) | 280.47º | 0.66% | 0.76% | - |
| XYZ | 24.94 | 14.61 | 53.14 | - |
| YUV | 106.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 195 | 0.22 | 0.66 | 0 | 0.24 | 280.47 | 0.52 | 0.51 |
| Hex | 99 | 42 | C3 | 16 | 42 | 0 | 18 | 118 | 34 | 33 |
| Octal | 231 | 102 | 303 | 26 | 102 | 0 | 30 | 430 | 64 | 63 |
| Binary | 10011001 | 1000010 | 11000011 | 10110 | 1000010 | 0 | 11000 | 100011000 | 110100 | 110011 |
Color Harmonies of #9942C3
Complementary color
Monochromatic Colors of #9942C3
Black with #9942C3
Text Example
Text Example
White with #9942C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9942C3; }
p { color: rgb(153,66,195); }
H1.HeaderClassName
{
color: #9942C3;
}
.AnyTagClassName
{
color: #9942C3;
}
</style>
background-color css
<style>
a { background-color: #9942C3; }
a { background-color: rgb(153,66,195); }
div.DivClassName
{
background-color: #9942C3;
}
.BgClassName
{
background-color: #9942C3;
}
</style>
border-color css
<style>
span { border-color: #9942C3; }
span { border-color: rgb(153,66,195); }
td.TdClassName
{
border-color: #9942C3;
}
.TagClassName
{
border-color: #9942C3;
}
</style>