Shades of Dark Orchid #9630B1
Tints of Dark Orchid #9630B1
RGB
CMYK
RGB Variations
Color information
#9630B1 (or 0x9630B1) is known color: Dark Orchid. HEX triplet: 96, 30 and B1. RGB value is (150,48,177). Sum of RGB (Red+Green+Blue) = 150+48+177=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #9630B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9630B1 is #69CF4E. Grayscale: #5C5C5C. Windows color (decimal): -6934351 or 11612310. OLE color: 11612310.
HSL color Cylindrical-coordinate representation of color #9630B1: hue angle of 287.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9630B1 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 48 | 177 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.31 |
| HSL | 287.44º | 0.57% | 0.44% | - |
| HSV(B) | 287.44º | 0.73% | 0.69% | - |
| XYZ | 21.57 | 11.77 | 42.73 | - |
| YUV | 93.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 177 | 0.15 | 0.73 | 0 | 0.31 | 287.44 | 0.57 | 0.44 |
| Hex | 96 | 30 | B1 | F | 49 | 0 | 1F | 11F | 39 | 2C |
| Octal | 226 | 60 | 261 | 17 | 111 | 0 | 37 | 437 | 71 | 54 |
| Binary | 10010110 | 110000 | 10110001 | 1111 | 1001001 | 0 | 11111 | 100011111 | 111001 | 101100 |
Color Harmonies of #9630B1
Complementary color
Monochromatic Colors of #9630B1
Black with #9630B1
Text Example
Text Example
White with #9630B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9630B1; }
p { color: rgb(150,48,177); }
H1.HeaderClassName
{
color: #9630B1;
}
.AnyTagClassName
{
color: #9630B1;
}
</style>
background-color css
<style>
a { background-color: #9630B1; }
a { background-color: rgb(150,48,177); }
div.DivClassName
{
background-color: #9630B1;
}
.BgClassName
{
background-color: #9630B1;
}
</style>
border-color css
<style>
span { border-color: #9630B1; }
span { border-color: rgb(150,48,177); }
td.TdClassName
{
border-color: #9630B1;
}
.TagClassName
{
border-color: #9630B1;
}
</style>