Shades of Dark Orchid #9232CA
Tints of Dark Orchid #9232CA
RGB
CMYK
RGB Variations
Color information
#9232CA (or 0x9232CA) is known color: Dark Orchid. HEX triplet: 92, 32 and CA. RGB value is (146,50,202). Sum of RGB (Red+Green+Blue) = 146+50+202=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #9232CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9232CA is #6DCD35. Grayscale: #5F5F5F. Windows color (decimal): -7195958 or 13251218. OLE color: 13251218.
HSL color Cylindrical-coordinate representation of color #9232CA: hue angle of 277.89º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9232CA is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 50 | 202 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.21 |
| HSL | 277.89º | 0.6% | 0.49% | - |
| HSV(B) | 277.89º | 0.75% | 0.79% | - |
| XYZ | 23.66 | 12.66 | 57.07 | - |
| YUV | 96.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 202 | 0.28 | 0.75 | 0 | 0.21 | 277.89 | 0.6 | 0.49 |
| Hex | 92 | 32 | CA | 1C | 4B | 0 | 15 | 116 | 3C | 31 |
| Octal | 222 | 62 | 312 | 34 | 113 | 0 | 25 | 426 | 74 | 61 |
| Binary | 10010010 | 110010 | 11001010 | 11100 | 1001011 | 0 | 10101 | 100010110 | 111100 | 110001 |
Color Harmonies of #9232CA
Complementary color
Monochromatic Colors of #9232CA
Black with #9232CA
Text Example
Text Example
White with #9232CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9232CA; }
p { color: rgb(146,50,202); }
H1.HeaderClassName
{
color: #9232CA;
}
.AnyTagClassName
{
color: #9232CA;
}
</style>
background-color css
<style>
a { background-color: #9232CA; }
a { background-color: rgb(146,50,202); }
div.DivClassName
{
background-color: #9232CA;
}
.BgClassName
{
background-color: #9232CA;
}
</style>
border-color css
<style>
span { border-color: #9232CA; }
span { border-color: rgb(146,50,202); }
td.TdClassName
{
border-color: #9232CA;
}
.TagClassName
{
border-color: #9232CA;
}
</style>