Shades of Dark Orchid #9935BC
Tints of Dark Orchid #9935BC
RGB
CMYK
RGB Variations
Color information
#9935BC (or 0x9935BC) is known color: Dark Orchid. HEX triplet: 99, 35 and BC. RGB value is (153,53,188). Sum of RGB (Red+Green+Blue) = 153+53+188=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #9935BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9935BC is #66CA43. Grayscale: #616161. Windows color (decimal): -6736452 or 12334489. OLE color: 12334489.
HSL color Cylindrical-coordinate representation of color #9935BC: hue angle of 284.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9935BC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 53 | 188 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.26 |
| HSL | 284.44º | 0.56% | 0.47% | - |
| HSV(B) | 284.44º | 0.72% | 0.74% | - |
| XYZ | 23.49 | 12.95 | 48.84 | - |
| YUV | 98.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 188 | 0.19 | 0.72 | 0 | 0.26 | 284.44 | 0.56 | 0.47 |
| Hex | 99 | 35 | BC | 13 | 48 | 0 | 1A | 11C | 38 | 2F |
| Octal | 231 | 65 | 274 | 23 | 110 | 0 | 32 | 434 | 70 | 57 |
| Binary | 10011001 | 110101 | 10111100 | 10011 | 1001000 | 0 | 11010 | 100011100 | 111000 | 101111 |
Color Harmonies of #9935BC
Complementary color
Monochromatic Colors of #9935BC
Black with #9935BC
Text Example
Text Example
White with #9935BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9935BC; }
p { color: rgb(153,53,188); }
H1.HeaderClassName
{
color: #9935BC;
}
.AnyTagClassName
{
color: #9935BC;
}
</style>
background-color css
<style>
a { background-color: #9935BC; }
a { background-color: rgb(153,53,188); }
div.DivClassName
{
background-color: #9935BC;
}
.BgClassName
{
background-color: #9935BC;
}
</style>
border-color css
<style>
span { border-color: #9935BC; }
span { border-color: rgb(153,53,188); }
td.TdClassName
{
border-color: #9935BC;
}
.TagClassName
{
border-color: #9935BC;
}
</style>