Shades of Dark Orchid #9744CB
Tints of Dark Orchid #9744CB
RGB
CMYK
RGB Variations
Color information
#9744CB (or 0x9744CB) is known color: Dark Orchid. HEX triplet: 97, 44 and CB. RGB value is (151,68,203). Sum of RGB (Red+Green+Blue) = 151+68+203=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #9744CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9744CB is #68BB34. Grayscale: #6B6B6B. Windows color (decimal): -6863669 or 13321367. OLE color: 13321367.
HSL color Cylindrical-coordinate representation of color #9744CB: hue angle of 276.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9744CB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 68 | 203 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.20 |
| HSL | 276.89º | 0.56% | 0.53% | - |
| HSV(B) | 276.89º | 0.67% | 0.8% | - |
| XYZ | 25.61 | 15.03 | 58.05 | - |
| YUV | 108.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 203 | 0.26 | 0.67 | 0 | 0.20 | 276.89 | 0.56 | 0.53 |
| Hex | 97 | 44 | CB | 1A | 43 | 0 | 14 | 115 | 38 | 35 |
| Octal | 227 | 104 | 313 | 32 | 103 | 0 | 24 | 425 | 70 | 65 |
| Binary | 10010111 | 1000100 | 11001011 | 11010 | 1000011 | 0 | 10100 | 100010101 | 111000 | 110101 |
Color Harmonies of #9744CB
Complementary color
Monochromatic Colors of #9744CB
Black with #9744CB
Text Example
Text Example
White with #9744CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9744CB; }
p { color: rgb(151,68,203); }
H1.HeaderClassName
{
color: #9744CB;
}
.AnyTagClassName
{
color: #9744CB;
}
</style>
background-color css
<style>
a { background-color: #9744CB; }
a { background-color: rgb(151,68,203); }
div.DivClassName
{
background-color: #9744CB;
}
.BgClassName
{
background-color: #9744CB;
}
</style>
border-color css
<style>
span { border-color: #9744CB; }
span { border-color: rgb(151,68,203); }
td.TdClassName
{
border-color: #9744CB;
}
.TagClassName
{
border-color: #9744CB;
}
</style>