Shades of Dark Orchid #9238CB
Tints of Dark Orchid #9238CB
RGB
CMYK
RGB Variations
Color information
#9238CB (or 0x9238CB) is known color: Dark Orchid. HEX triplet: 92, 38 and CB. RGB value is (146,56,203). Sum of RGB (Red+Green+Blue) = 146+56+203=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #9238CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238CB is #6DC734. Grayscale: #636363. Windows color (decimal): -7194421 or 13318290. OLE color: 13318290.
HSL color Cylindrical-coordinate representation of color #9238CB: hue angle of 276.73º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9238CB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 56 | 203 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.20 |
| HSL | 276.73º | 0.59% | 0.51% | - |
| HSV(B) | 276.73º | 0.72% | 0.8% | - |
| XYZ | 24.05 | 13.25 | 57.79 | - |
| YUV | 99.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 203 | 0.28 | 0.72 | 0 | 0.20 | 276.73 | 0.59 | 0.51 |
| Hex | 92 | 38 | CB | 1C | 48 | 0 | 14 | 115 | 3B | 33 |
| Octal | 222 | 70 | 313 | 34 | 110 | 0 | 24 | 425 | 73 | 63 |
| Binary | 10010010 | 111000 | 11001011 | 11100 | 1001000 | 0 | 10100 | 100010101 | 111011 | 110011 |
Color Harmonies of #9238CB
Complementary color
Monochromatic Colors of #9238CB
Black with #9238CB
Text Example
Text Example
White with #9238CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238CB; }
p { color: rgb(146,56,203); }
H1.HeaderClassName
{
color: #9238CB;
}
.AnyTagClassName
{
color: #9238CB;
}
</style>
background-color css
<style>
a { background-color: #9238CB; }
a { background-color: rgb(146,56,203); }
div.DivClassName
{
background-color: #9238CB;
}
.BgClassName
{
background-color: #9238CB;
}
</style>
border-color css
<style>
span { border-color: #9238CB; }
span { border-color: rgb(146,56,203); }
td.TdClassName
{
border-color: #9238CB;
}
.TagClassName
{
border-color: #9238CB;
}
</style>