Shades of Dark Orchid #9238CC
Tints of Dark Orchid #9238CC
RGB
CMYK
RGB Variations
Color information
#9238CC (or 0x9238CC) is known color: Dark Orchid. HEX triplet: 92, 38 and CC. RGB value is (146,56,204). Sum of RGB (Red+Green+Blue) = 146+56+204=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #9238CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238CC is #6DC733. Grayscale: #636363. Windows color (decimal): -7194420 or 13383826. OLE color: 13383826.
HSL color Cylindrical-coordinate representation of color #9238CC: hue angle of 276.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9238CC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 56 | 204 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.2 |
| HSL | 276.49º | 0.59% | 0.51% | - |
| HSV(B) | 276.49º | 0.73% | 0.8% | - |
| XYZ | 24.17 | 13.3 | 58.42 | - |
| YUV | 99.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 204 | 0.28 | 0.73 | 0 | 0.2 | 276.49 | 0.59 | 0.51 |
| Hex | 92 | 38 | CC | 1C | 49 | 0 | 14 | 114 | 3B | 33 |
| Octal | 222 | 70 | 314 | 34 | 111 | 0 | 24 | 424 | 73 | 63 |
| Binary | 10010010 | 111000 | 11001100 | 11100 | 1001001 | 0 | 10100 | 100010100 | 111011 | 110011 |
Color Harmonies of #9238CC
Complementary color
Monochromatic Colors of #9238CC
Black with #9238CC
Text Example
Text Example
White with #9238CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238CC; }
p { color: rgb(146,56,204); }
H1.HeaderClassName
{
color: #9238CC;
}
.AnyTagClassName
{
color: #9238CC;
}
</style>
background-color css
<style>
a { background-color: #9238CC; }
a { background-color: rgb(146,56,204); }
div.DivClassName
{
background-color: #9238CC;
}
.BgClassName
{
background-color: #9238CC;
}
</style>
border-color css
<style>
span { border-color: #9238CC; }
span { border-color: rgb(146,56,204); }
td.TdClassName
{
border-color: #9238CC;
}
.TagClassName
{
border-color: #9238CC;
}
</style>