Shades of Dark Orchid #9638BC
Tints of Dark Orchid #9638BC
RGB
CMYK
RGB Variations
Color information
#9638BC (or 0x9638BC) is known color: Dark Orchid. HEX triplet: 96, 38 and BC. RGB value is (150,56,188). Sum of RGB (Red+Green+Blue) = 150+56+188=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 56 (22.27% from 255 or 14.21% 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 #9638BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9638BC is #69C743. Grayscale: #626262. Windows color (decimal): -6932292 or 12335254. OLE color: 12335254.
HSL color Cylindrical-coordinate representation of color #9638BC: hue angle of 282.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9638BC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 56 | 188 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.26 |
| HSL | 282.73º | 0.54% | 0.48% | - |
| HSV(B) | 282.73º | 0.7% | 0.74% | - |
| XYZ | 23.07 | 12.94 | 48.86 | - |
| YUV | 99.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 188 | 0.20 | 0.70 | 0 | 0.26 | 282.73 | 0.54 | 0.48 |
| Hex | 96 | 38 | BC | 14 | 46 | 0 | 1A | 11B | 36 | 30 |
| Octal | 226 | 70 | 274 | 24 | 106 | 0 | 32 | 433 | 66 | 60 |
| Binary | 10010110 | 111000 | 10111100 | 10100 | 1000110 | 0 | 11010 | 100011011 | 110110 | 110000 |
Color Harmonies of #9638BC
Complementary color
Monochromatic Colors of #9638BC
Black with #9638BC
Text Example
Text Example
White with #9638BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9638BC; }
p { color: rgb(150,56,188); }
H1.HeaderClassName
{
color: #9638BC;
}
.AnyTagClassName
{
color: #9638BC;
}
</style>
background-color css
<style>
a { background-color: #9638BC; }
a { background-color: rgb(150,56,188); }
div.DivClassName
{
background-color: #9638BC;
}
.BgClassName
{
background-color: #9638BC;
}
</style>
border-color css
<style>
span { border-color: #9638BC; }
span { border-color: rgb(150,56,188); }
td.TdClassName
{
border-color: #9638BC;
}
.TagClassName
{
border-color: #9638BC;
}
</style>