Shades of Dark Orchid #923EC9
Tints of Dark Orchid #923EC9
RGB
CMYK
RGB Variations
Color information
#923EC9 (or 0x923EC9) is known color: Dark Orchid. HEX triplet: 92, 3E and C9. RGB value is (146,62,201). Sum of RGB (Red+Green+Blue) = 146+62+201=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #923EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923EC9 is #6DC136. Grayscale: #666666. Windows color (decimal): -7192887 or 13188754. OLE color: 13188754.
HSL color Cylindrical-coordinate representation of color #923EC9: hue angle of 276.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923EC9 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 62 | 201 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.21 |
| HSL | 276.26º | 0.56% | 0.52% | - |
| HSV(B) | 276.26º | 0.69% | 0.79% | - |
| XYZ | 24.12 | 13.77 | 56.65 | - |
| YUV | 102.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 201 | 0.27 | 0.69 | 0 | 0.21 | 276.26 | 0.56 | 0.52 |
| Hex | 92 | 3E | C9 | 1B | 45 | 0 | 15 | 114 | 38 | 34 |
| Octal | 222 | 76 | 311 | 33 | 105 | 0 | 25 | 424 | 70 | 64 |
| Binary | 10010010 | 111110 | 11001001 | 11011 | 1000101 | 0 | 10101 | 100010100 | 111000 | 110100 |
Color Harmonies of #923EC9
Complementary color
Monochromatic Colors of #923EC9
Black with #923EC9
Text Example
Text Example
White with #923EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923EC9; }
p { color: rgb(146,62,201); }
H1.HeaderClassName
{
color: #923EC9;
}
.AnyTagClassName
{
color: #923EC9;
}
</style>
background-color css
<style>
a { background-color: #923EC9; }
a { background-color: rgb(146,62,201); }
div.DivClassName
{
background-color: #923EC9;
}
.BgClassName
{
background-color: #923EC9;
}
</style>
border-color css
<style>
span { border-color: #923EC9; }
span { border-color: rgb(146,62,201); }
td.TdClassName
{
border-color: #923EC9;
}
.TagClassName
{
border-color: #923EC9;
}
</style>