Shades of Dark Orchid #922BCF
Tints of Dark Orchid #922BCF
RGB
CMYK
RGB Variations
Color information
#922BCF (or 0x922BCF) is known color: Dark Orchid. HEX triplet: 92, 2B and CF. RGB value is (146,43,207). Sum of RGB (Red+Green+Blue) = 146+43+207=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #922BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922BCF is #6DD430. Grayscale: #5B5B5B. Windows color (decimal): -7197745 or 13577106. OLE color: 13577106.
HSL color Cylindrical-coordinate representation of color #922BCF: hue angle of 277.68º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #922BCF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 43 | 207 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.19 |
| HSL | 277.68º | 0.66% | 0.49% | - |
| HSV(B) | 277.68º | 0.79% | 0.81% | - |
| XYZ | 23.98 | 12.34 | 60.15 | - |
| YUV | 92.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 43 | 207 | 0.29 | 0.79 | 0 | 0.19 | 277.68 | 0.66 | 0.49 |
| Hex | 92 | 2B | CF | 1D | 4F | 0 | 13 | 116 | 42 | 31 |
| Octal | 222 | 53 | 317 | 35 | 117 | 0 | 23 | 426 | 102 | 61 |
| Binary | 10010010 | 101011 | 11001111 | 11101 | 1001111 | 0 | 10011 | 100010110 | 1000010 | 110001 |
Color Harmonies of #922BCF
Complementary color
Monochromatic Colors of #922BCF
Black with #922BCF
Text Example
Text Example
White with #922BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922BCF; }
p { color: rgb(146,43,207); }
H1.HeaderClassName
{
color: #922BCF;
}
.AnyTagClassName
{
color: #922BCF;
}
</style>
background-color css
<style>
a { background-color: #922BCF; }
a { background-color: rgb(146,43,207); }
div.DivClassName
{
background-color: #922BCF;
}
.BgClassName
{
background-color: #922BCF;
}
</style>
border-color css
<style>
span { border-color: #922BCF; }
span { border-color: rgb(146,43,207); }
td.TdClassName
{
border-color: #922BCF;
}
.TagClassName
{
border-color: #922BCF;
}
</style>