Shades of Dark Orchid #9738D8
Tints of Dark Orchid #9738D8
RGB
CMYK
RGB Variations
Color information
#9738D8 (or 0x9738D8) is known color: Dark Orchid. HEX triplet: 97, 38 and D8. RGB value is (151,56,216). Sum of RGB (Red+Green+Blue) = 151+56+216=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #9738D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9738D8 is #68C727. Grayscale: #666666. Windows color (decimal): -6866728 or 14170263. OLE color: 14170263.
HSL color Cylindrical-coordinate representation of color #9738D8: hue angle of 275.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9738D8 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 56 | 216 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.15 |
| HSL | 275.63º | 0.67% | 0.53% | - |
| HSV(B) | 275.63º | 0.74% | 0.85% | - |
| XYZ | 26.57 | 14.37 | 66.34 | - |
| YUV | 102.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 216 | 0.30 | 0.74 | 0 | 0.15 | 275.63 | 0.67 | 0.53 |
| Hex | 97 | 38 | D8 | 1E | 4A | 0 | F | 114 | 43 | 35 |
| Octal | 227 | 70 | 330 | 36 | 112 | 0 | 17 | 424 | 103 | 65 |
| Binary | 10010111 | 111000 | 11011000 | 11110 | 1001010 | 0 | 1111 | 100010100 | 1000011 | 110101 |
Color Harmonies of #9738D8
Complementary color
Monochromatic Colors of #9738D8
Black with #9738D8
Text Example
Text Example
White with #9738D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9738D8; }
p { color: rgb(151,56,216); }
H1.HeaderClassName
{
color: #9738D8;
}
.AnyTagClassName
{
color: #9738D8;
}
</style>
background-color css
<style>
a { background-color: #9738D8; }
a { background-color: rgb(151,56,216); }
div.DivClassName
{
background-color: #9738D8;
}
.BgClassName
{
background-color: #9738D8;
}
</style>
border-color css
<style>
span { border-color: #9738D8; }
span { border-color: rgb(151,56,216); }
td.TdClassName
{
border-color: #9738D8;
}
.TagClassName
{
border-color: #9738D8;
}
</style>