Shades of Dark Orchid #9738DB
Tints of Dark Orchid #9738DB
RGB
CMYK
RGB Variations
Color information
#9738DB (or 0x9738DB) is known color: Dark Orchid. HEX triplet: 97, 38 and DB. RGB value is (151,56,219). Sum of RGB (Red+Green+Blue) = 151+56+219=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #9738DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9738DB is #68C724. Grayscale: #666666. Windows color (decimal): -6866725 or 14366871. OLE color: 14366871.
HSL color Cylindrical-coordinate representation of color #9738DB: hue angle of 274.97º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9738DB is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 56 | 219 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.14 |
| HSL | 274.97º | 0.69% | 0.54% | - |
| HSV(B) | 274.97º | 0.74% | 0.86% | - |
| XYZ | 26.96 | 14.52 | 68.4 | - |
| YUV | 102.99 | 193.47 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 219 | 0.31 | 0.74 | 0 | 0.14 | 274.97 | 0.69 | 0.54 |
| Hex | 97 | 38 | DB | 1F | 4A | 0 | E | 113 | 45 | 36 |
| Octal | 227 | 70 | 333 | 37 | 112 | 0 | 16 | 423 | 105 | 66 |
| Binary | 10010111 | 111000 | 11011011 | 11111 | 1001010 | 0 | 1110 | 100010011 | 1000101 | 110110 |
Color Harmonies of #9738DB
Complementary color
Monochromatic Colors of #9738DB
Black with #9738DB
Text Example
Text Example
White with #9738DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9738DB; }
p { color: rgb(151,56,219); }
H1.HeaderClassName
{
color: #9738DB;
}
.AnyTagClassName
{
color: #9738DB;
}
</style>
background-color css
<style>
a { background-color: #9738DB; }
a { background-color: rgb(151,56,219); }
div.DivClassName
{
background-color: #9738DB;
}
.BgClassName
{
background-color: #9738DB;
}
</style>
border-color css
<style>
span { border-color: #9738DB; }
span { border-color: rgb(151,56,219); }
td.TdClassName
{
border-color: #9738DB;
}
.TagClassName
{
border-color: #9738DB;
}
</style>