Shades of Dark Orchid #9238CF
Tints of Dark Orchid #9238CF
RGB
CMYK
RGB Variations
Color information
#9238CF (or 0x9238CF) is known color: Dark Orchid. HEX triplet: 92, 38 and CF. RGB value is (146,56,207). Sum of RGB (Red+Green+Blue) = 146+56+207=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #9238CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238CF is #6DC730. Grayscale: #636363. Windows color (decimal): -7194417 or 13580434. OLE color: 13580434.
HSL color Cylindrical-coordinate representation of color #9238CF: hue angle of 275.76º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9238CF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 56 | 207 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.19 |
| HSL | 275.76º | 0.61% | 0.52% | - |
| HSV(B) | 275.76º | 0.73% | 0.81% | - |
| XYZ | 24.53 | 13.44 | 60.33 | - |
| YUV | 100.12 | 188.32 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 207 | 0.29 | 0.73 | 0 | 0.19 | 275.76 | 0.61 | 0.52 |
| Hex | 92 | 38 | CF | 1D | 49 | 0 | 13 | 114 | 3D | 34 |
| Octal | 222 | 70 | 317 | 35 | 111 | 0 | 23 | 424 | 75 | 64 |
| Binary | 10010010 | 111000 | 11001111 | 11101 | 1001001 | 0 | 10011 | 100010100 | 111101 | 110100 |
Color Harmonies of #9238CF
Complementary color
Monochromatic Colors of #9238CF
Black with #9238CF
Text Example
Text Example
White with #9238CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238CF; }
p { color: rgb(146,56,207); }
H1.HeaderClassName
{
color: #9238CF;
}
.AnyTagClassName
{
color: #9238CF;
}
</style>
background-color css
<style>
a { background-color: #9238CF; }
a { background-color: rgb(146,56,207); }
div.DivClassName
{
background-color: #9238CF;
}
.BgClassName
{
background-color: #9238CF;
}
</style>
border-color css
<style>
span { border-color: #9238CF; }
span { border-color: rgb(146,56,207); }
td.TdClassName
{
border-color: #9238CF;
}
.TagClassName
{
border-color: #9238CF;
}
</style>