Shades of Dark Orchid #9427D5
Tints of Dark Orchid #9427D5
RGB
CMYK
RGB Variations
Color information
#9427D5 (or 0x9427D5) is known color: Dark Orchid. HEX triplet: 94, 27 and D5. RGB value is (148,39,213). Sum of RGB (Red+Green+Blue) = 148+39+213=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #9427D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9427D5 is #6BD82A. Grayscale: #5A5A5A. Windows color (decimal): -7067691 or 13969300. OLE color: 13969300.
HSL color Cylindrical-coordinate representation of color #9427D5: hue angle of 277.59º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9427D5 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 39 | 213 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.16 |
| HSL | 277.59º | 0.69% | 0.49% | - |
| HSV(B) | 277.59º | 0.82% | 0.84% | - |
| XYZ | 24.95 | 12.55 | 64.06 | - |
| YUV | 91.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 213 | 0.31 | 0.82 | 0 | 0.16 | 277.59 | 0.69 | 0.49 |
| Hex | 94 | 27 | D5 | 1F | 52 | 0 | 10 | 116 | 45 | 31 |
| Octal | 224 | 47 | 325 | 37 | 122 | 0 | 20 | 426 | 105 | 61 |
| Binary | 10010100 | 100111 | 11010101 | 11111 | 1010010 | 0 | 10000 | 100010110 | 1000101 | 110001 |
Color Harmonies of #9427D5
Complementary color
Monochromatic Colors of #9427D5
Black with #9427D5
Text Example
Text Example
White with #9427D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9427D5; }
p { color: rgb(148,39,213); }
H1.HeaderClassName
{
color: #9427D5;
}
.AnyTagClassName
{
color: #9427D5;
}
</style>
background-color css
<style>
a { background-color: #9427D5; }
a { background-color: rgb(148,39,213); }
div.DivClassName
{
background-color: #9427D5;
}
.BgClassName
{
background-color: #9427D5;
}
</style>
border-color css
<style>
span { border-color: #9427D5; }
span { border-color: rgb(148,39,213); }
td.TdClassName
{
border-color: #9427D5;
}
.TagClassName
{
border-color: #9427D5;
}
</style>