Shades of Dark Orchid #9232CC
Tints of Dark Orchid #9232CC
RGB
CMYK
RGB Variations
Color information
#9232CC (or 0x9232CC) is known color: Dark Orchid. HEX triplet: 92, 32 and CC. RGB value is (146,50,204). Sum of RGB (Red+Green+Blue) = 146+50+204=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #9232CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9232CC is #6DCD33. Grayscale: #5F5F5F. Windows color (decimal): -7195956 or 13382290. OLE color: 13382290.
HSL color Cylindrical-coordinate representation of color #9232CC: hue angle of 277.4º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9232CC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 50 | 204 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.2 |
| HSL | 277.4º | 0.61% | 0.5% | - |
| HSV(B) | 277.4º | 0.75% | 0.8% | - |
| XYZ | 23.89 | 12.75 | 58.33 | - |
| YUV | 96.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 204 | 0.28 | 0.75 | 0 | 0.2 | 277.4 | 0.61 | 0.5 |
| Hex | 92 | 32 | CC | 1C | 4B | 0 | 14 | 115 | 3D | 32 |
| Octal | 222 | 62 | 314 | 34 | 113 | 0 | 24 | 425 | 75 | 62 |
| Binary | 10010010 | 110010 | 11001100 | 11100 | 1001011 | 0 | 10100 | 100010101 | 111101 | 110010 |
Color Harmonies of #9232CC
Complementary color
Monochromatic Colors of #9232CC
Black with #9232CC
Text Example
Text Example
White with #9232CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9232CC; }
p { color: rgb(146,50,204); }
H1.HeaderClassName
{
color: #9232CC;
}
.AnyTagClassName
{
color: #9232CC;
}
</style>
background-color css
<style>
a { background-color: #9232CC; }
a { background-color: rgb(146,50,204); }
div.DivClassName
{
background-color: #9232CC;
}
.BgClassName
{
background-color: #9232CC;
}
</style>
border-color css
<style>
span { border-color: #9232CC; }
span { border-color: rgb(146,50,204); }
td.TdClassName
{
border-color: #9232CC;
}
.TagClassName
{
border-color: #9232CC;
}
</style>