Shades of Dark Orchid #9319CB
Tints of Dark Orchid #9319CB
RGB
CMYK
RGB Variations
Color information
#9319CB (or 0x9319CB) is known color: Dark Orchid. HEX triplet: 93, 19 and CB. RGB value is (147,25,203). Sum of RGB (Red+Green+Blue) = 147+25+203=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #9319CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319CB is #6CE634. Grayscale: #515151. Windows color (decimal): -7136821 or 13310355. OLE color: 13310355.
HSL color Cylindrical-coordinate representation of color #9319CB: hue angle of 281.12º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9319CB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 25 | 203 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.20 |
| HSL | 281.12º | 0.78% | 0.45% | - |
| HSV(B) | 281.12º | 0.88% | 0.8% | - |
| XYZ | 23.16 | 11.21 | 57.44 | - |
| YUV | 81.77 | 196.42 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 203 | 0.28 | 0.88 | 0 | 0.20 | 281.12 | 0.78 | 0.45 |
| Hex | 93 | 19 | CB | 1C | 58 | 0 | 14 | 119 | 4E | 2D |
| Octal | 223 | 31 | 313 | 34 | 130 | 0 | 24 | 431 | 116 | 55 |
| Binary | 10010011 | 11001 | 11001011 | 11100 | 1011000 | 0 | 10100 | 100011001 | 1001110 | 101101 |
Color Harmonies of #9319CB
Complementary color
Monochromatic Colors of #9319CB
Black with #9319CB
Text Example
Text Example
White with #9319CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319CB; }
p { color: rgb(147,25,203); }
H1.HeaderClassName
{
color: #9319CB;
}
.AnyTagClassName
{
color: #9319CB;
}
</style>
background-color css
<style>
a { background-color: #9319CB; }
a { background-color: rgb(147,25,203); }
div.DivClassName
{
background-color: #9319CB;
}
.BgClassName
{
background-color: #9319CB;
}
</style>
border-color css
<style>
span { border-color: #9319CB; }
span { border-color: rgb(147,25,203); }
td.TdClassName
{
border-color: #9319CB;
}
.TagClassName
{
border-color: #9319CB;
}
</style>