Shades of Dark Orchid #9430C6
Tints of Dark Orchid #9430C6
RGB
CMYK
RGB Variations
Color information
#9430C6 (or 0x9430C6) is known color: Dark Orchid. HEX triplet: 94, 30 and C6. RGB value is (148,48,198). Sum of RGB (Red+Green+Blue) = 148+48+198=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #9430C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430C6 is #6BCF39. Grayscale: #5E5E5E. Windows color (decimal): -7065402 or 12988564. OLE color: 12988564.
HSL color Cylindrical-coordinate representation of color #9430C6: hue angle of 280º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9430C6 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 48 | 198 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.22 |
| HSL | 280º | 0.61% | 0.48% | - |
| HSV(B) | 280º | 0.76% | 0.78% | - |
| XYZ | 23.46 | 12.49 | 54.6 | - |
| YUV | 95 | 186.13 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 198 | 0.25 | 0.76 | 0 | 0.22 | 280 | 0.61 | 0.48 |
| Hex | 94 | 30 | C6 | 19 | 4C | 0 | 16 | 118 | 3D | 30 |
| Octal | 224 | 60 | 306 | 31 | 114 | 0 | 26 | 430 | 75 | 60 |
| Binary | 10010100 | 110000 | 11000110 | 11001 | 1001100 | 0 | 10110 | 100011000 | 111101 | 110000 |
Color Harmonies of #9430C6
Complementary color
Monochromatic Colors of #9430C6
Black with #9430C6
Text Example
Text Example
White with #9430C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9430C6; }
p { color: rgb(148,48,198); }
H1.HeaderClassName
{
color: #9430C6;
}
.AnyTagClassName
{
color: #9430C6;
}
</style>
background-color css
<style>
a { background-color: #9430C6; }
a { background-color: rgb(148,48,198); }
div.DivClassName
{
background-color: #9430C6;
}
.BgClassName
{
background-color: #9430C6;
}
</style>
border-color css
<style>
span { border-color: #9430C6; }
span { border-color: rgb(148,48,198); }
td.TdClassName
{
border-color: #9430C6;
}
.TagClassName
{
border-color: #9430C6;
}
</style>