Shades of Dark Orchid #9238C7
Tints of Dark Orchid #9238C7
RGB
CMYK
RGB Variations
Color information
#9238C7 (or 0x9238C7) is known color: Dark Orchid. HEX triplet: 92, 38 and C7. RGB value is (146,56,199). Sum of RGB (Red+Green+Blue) = 146+56+199=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #9238C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238C7 is #6DC738. Grayscale: #626262. Windows color (decimal): -7194425 or 13056146. OLE color: 13056146.
HSL color Cylindrical-coordinate representation of color #9238C7: hue angle of 277.76º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9238C7 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 56 | 199 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.22 |
| HSL | 277.76º | 0.56% | 0.5% | - |
| HSV(B) | 277.76º | 0.72% | 0.78% | - |
| XYZ | 23.58 | 13.06 | 55.31 | - |
| YUV | 99.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 199 | 0.27 | 0.72 | 0 | 0.22 | 277.76 | 0.56 | 0.5 |
| Hex | 92 | 38 | C7 | 1B | 48 | 0 | 16 | 116 | 38 | 32 |
| Octal | 222 | 70 | 307 | 33 | 110 | 0 | 26 | 426 | 70 | 62 |
| Binary | 10010010 | 111000 | 11000111 | 11011 | 1001000 | 0 | 10110 | 100010110 | 111000 | 110010 |
Color Harmonies of #9238C7
Complementary color
Monochromatic Colors of #9238C7
Black with #9238C7
Text Example
Text Example
White with #9238C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238C7; }
p { color: rgb(146,56,199); }
H1.HeaderClassName
{
color: #9238C7;
}
.AnyTagClassName
{
color: #9238C7;
}
</style>
background-color css
<style>
a { background-color: #9238C7; }
a { background-color: rgb(146,56,199); }
div.DivClassName
{
background-color: #9238C7;
}
.BgClassName
{
background-color: #9238C7;
}
</style>
border-color css
<style>
span { border-color: #9238C7; }
span { border-color: rgb(146,56,199); }
td.TdClassName
{
border-color: #9238C7;
}
.TagClassName
{
border-color: #9238C7;
}
</style>