Shades of Dark Orchid #9238D6
Tints of Dark Orchid #9238D6
RGB
CMYK
RGB Variations
Color information
#9238D6 (or 0x9238D6) is known color: Dark Orchid. HEX triplet: 92, 38 and D6. RGB value is (146,56,214). Sum of RGB (Red+Green+Blue) = 146+56+214=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #9238D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238D6 is #6DC729. Grayscale: #646464. Windows color (decimal): -7194410 or 14039186. OLE color: 14039186.
HSL color Cylindrical-coordinate representation of color #9238D6: hue angle of 274.18º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9238D6 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 56 | 214 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.16 |
| HSL | 274.18º | 0.66% | 0.53% | - |
| HSV(B) | 274.18º | 0.74% | 0.84% | - |
| XYZ | 25.41 | 13.79 | 64.94 | - |
| YUV | 100.92 | 191.82 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 214 | 0.32 | 0.74 | 0 | 0.16 | 274.18 | 0.66 | 0.53 |
| Hex | 92 | 38 | D6 | 20 | 4A | 0 | 10 | 112 | 42 | 35 |
| Octal | 222 | 70 | 326 | 40 | 112 | 0 | 20 | 422 | 102 | 65 |
| Binary | 10010010 | 111000 | 11010110 | 100000 | 1001010 | 0 | 10000 | 100010010 | 1000010 | 110101 |
Color Harmonies of #9238D6
Complementary color
Monochromatic Colors of #9238D6
Black with #9238D6
Text Example
Text Example
White with #9238D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9238D6; }
p { color: rgb(146,56,214); }
H1.HeaderClassName
{
color: #9238D6;
}
.AnyTagClassName
{
color: #9238D6;
}
</style>
background-color css
<style>
a { background-color: #9238D6; }
a { background-color: rgb(146,56,214); }
div.DivClassName
{
background-color: #9238D6;
}
.BgClassName
{
background-color: #9238D6;
}
</style>
border-color css
<style>
span { border-color: #9238D6; }
span { border-color: rgb(146,56,214); }
td.TdClassName
{
border-color: #9238D6;
}
.TagClassName
{
border-color: #9238D6;
}
</style>