Shades of Dark Orchid #9244CF
Tints of Dark Orchid #9244CF
RGB
CMYK
RGB Variations
Color information
#9244CF (or 0x9244CF) is known color: Dark Orchid. HEX triplet: 92, 44 and CF. RGB value is (146,68,207). Sum of RGB (Red+Green+Blue) = 146+68+207=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #9244CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9244CF is #6DBB30. Grayscale: #6A6A6A. Windows color (decimal): -7191345 or 13583506. OLE color: 13583506.
HSL color Cylindrical-coordinate representation of color #9244CF: hue angle of 273.67º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9244CF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 68 | 207 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.19 |
| HSL | 273.67º | 0.59% | 0.54% | - |
| HSV(B) | 273.67º | 0.67% | 0.81% | - |
| XYZ | 25.18 | 14.75 | 60.55 | - |
| YUV | 107.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 68 | 207 | 0.29 | 0.67 | 0 | 0.19 | 273.67 | 0.59 | 0.54 |
| Hex | 92 | 44 | CF | 1D | 43 | 0 | 13 | 112 | 3B | 36 |
| Octal | 222 | 104 | 317 | 35 | 103 | 0 | 23 | 422 | 73 | 66 |
| Binary | 10010010 | 1000100 | 11001111 | 11101 | 1000011 | 0 | 10011 | 100010010 | 111011 | 110110 |
Color Harmonies of #9244CF
Complementary color
Monochromatic Colors of #9244CF
Black with #9244CF
Text Example
Text Example
White with #9244CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9244CF; }
p { color: rgb(146,68,207); }
H1.HeaderClassName
{
color: #9244CF;
}
.AnyTagClassName
{
color: #9244CF;
}
</style>
background-color css
<style>
a { background-color: #9244CF; }
a { background-color: rgb(146,68,207); }
div.DivClassName
{
background-color: #9244CF;
}
.BgClassName
{
background-color: #9244CF;
}
</style>
border-color css
<style>
span { border-color: #9244CF; }
span { border-color: rgb(146,68,207); }
td.TdClassName
{
border-color: #9244CF;
}
.TagClassName
{
border-color: #9244CF;
}
</style>