Shades of Dark Orchid #9245CC
Tints of Dark Orchid #9245CC
RGB
CMYK
RGB Variations
Color information
#9245CC (or 0x9245CC) is known color: Dark Orchid. HEX triplet: 92, 45 and CC. RGB value is (146,69,204). Sum of RGB (Red+Green+Blue) = 146+69+204=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9245CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9245CC is #6DBA33. Grayscale: #6A6A6A. Windows color (decimal): -7191092 or 13387154. OLE color: 13387154.
HSL color Cylindrical-coordinate representation of color #9245CC: hue angle of 274.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9245CC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 69 | 204 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.2 |
| HSL | 274.22º | 0.57% | 0.54% | - |
| HSV(B) | 274.22º | 0.66% | 0.8% | - |
| XYZ | 24.88 | 14.73 | 58.66 | - |
| YUV | 107.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 204 | 0.28 | 0.66 | 0 | 0.2 | 274.22 | 0.57 | 0.54 |
| Hex | 92 | 45 | CC | 1C | 42 | 0 | 14 | 112 | 39 | 36 |
| Octal | 222 | 105 | 314 | 34 | 102 | 0 | 24 | 422 | 71 | 66 |
| Binary | 10010010 | 1000101 | 11001100 | 11100 | 1000010 | 0 | 10100 | 100010010 | 111001 | 110110 |
Color Harmonies of #9245CC
Complementary color
Monochromatic Colors of #9245CC
Black with #9245CC
Text Example
Text Example
White with #9245CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9245CC; }
p { color: rgb(146,69,204); }
H1.HeaderClassName
{
color: #9245CC;
}
.AnyTagClassName
{
color: #9245CC;
}
</style>
background-color css
<style>
a { background-color: #9245CC; }
a { background-color: rgb(146,69,204); }
div.DivClassName
{
background-color: #9245CC;
}
.BgClassName
{
background-color: #9245CC;
}
</style>
border-color css
<style>
span { border-color: #9245CC; }
span { border-color: rgb(146,69,204); }
td.TdClassName
{
border-color: #9245CC;
}
.TagClassName
{
border-color: #9245CC;
}
</style>