Shades of Dark Orchid #9241D4
Tints of Dark Orchid #9241D4
RGB
CMYK
RGB Variations
Color information
#9241D4 (or 0x9241D4) is known color: Dark Orchid. HEX triplet: 92, 41 and D4. RGB value is (146,65,212). Sum of RGB (Red+Green+Blue) = 146+65+212=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #9241D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241D4 is #6DBE2B. Grayscale: #696969. Windows color (decimal): -7192108 or 13910418. OLE color: 13910418.
HSL color Cylindrical-coordinate representation of color #9241D4: hue angle of 273.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9241D4 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 65 | 212 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.17 |
| HSL | 273.06º | 0.63% | 0.54% | - |
| HSV(B) | 273.06º | 0.69% | 0.83% | - |
| XYZ | 25.63 | 14.65 | 63.76 | - |
| YUV | 105.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 65 | 212 | 0.31 | 0.69 | 0 | 0.17 | 273.06 | 0.63 | 0.54 |
| Hex | 92 | 41 | D4 | 1F | 45 | 0 | 11 | 111 | 3F | 36 |
| Octal | 222 | 101 | 324 | 37 | 105 | 0 | 21 | 421 | 77 | 66 |
| Binary | 10010010 | 1000001 | 11010100 | 11111 | 1000101 | 0 | 10001 | 100010001 | 111111 | 110110 |
Color Harmonies of #9241D4
Complementary color
Monochromatic Colors of #9241D4
Black with #9241D4
Text Example
Text Example
White with #9241D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9241D4; }
p { color: rgb(146,65,212); }
H1.HeaderClassName
{
color: #9241D4;
}
.AnyTagClassName
{
color: #9241D4;
}
</style>
background-color css
<style>
a { background-color: #9241D4; }
a { background-color: rgb(146,65,212); }
div.DivClassName
{
background-color: #9241D4;
}
.BgClassName
{
background-color: #9241D4;
}
</style>
border-color css
<style>
span { border-color: #9241D4; }
span { border-color: rgb(146,65,212); }
td.TdClassName
{
border-color: #9241D4;
}
.TagClassName
{
border-color: #9241D4;
}
</style>