Shades of Dark Orchid #9734CA
Tints of Dark Orchid #9734CA
RGB
CMYK
RGB Variations
Color information
#9734CA (or 0x9734CA) is known color: Dark Orchid. HEX triplet: 97, 34 and CA. RGB value is (151,52,202). Sum of RGB (Red+Green+Blue) = 151+52+202=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #9734CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9734CA is #68CB35. Grayscale: #626262. Windows color (decimal): -6867766 or 13251735. OLE color: 13251735.
HSL color Cylindrical-coordinate representation of color #9734CA: hue angle of 279.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9734CA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 52 | 202 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.21 |
| HSL | 279.6º | 0.59% | 0.5% | - |
| HSV(B) | 279.6º | 0.74% | 0.79% | - |
| XYZ | 24.65 | 13.3 | 57.14 | - |
| YUV | 98.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 202 | 0.25 | 0.74 | 0 | 0.21 | 279.6 | 0.59 | 0.5 |
| Hex | 97 | 34 | CA | 19 | 4A | 0 | 15 | 118 | 3B | 32 |
| Octal | 227 | 64 | 312 | 31 | 112 | 0 | 25 | 430 | 73 | 62 |
| Binary | 10010111 | 110100 | 11001010 | 11001 | 1001010 | 0 | 10101 | 100011000 | 111011 | 110010 |
Color Harmonies of #9734CA
Complementary color
Monochromatic Colors of #9734CA
Black with #9734CA
Text Example
Text Example
White with #9734CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9734CA; }
p { color: rgb(151,52,202); }
H1.HeaderClassName
{
color: #9734CA;
}
.AnyTagClassName
{
color: #9734CA;
}
</style>
background-color css
<style>
a { background-color: #9734CA; }
a { background-color: rgb(151,52,202); }
div.DivClassName
{
background-color: #9734CA;
}
.BgClassName
{
background-color: #9734CA;
}
</style>
border-color css
<style>
span { border-color: #9734CA; }
span { border-color: rgb(151,52,202); }
td.TdClassName
{
border-color: #9734CA;
}
.TagClassName
{
border-color: #9734CA;
}
</style>