Shades of Dark Orchid #9627BF
Tints of Dark Orchid #9627BF
RGB
CMYK
RGB Variations
Color information
#9627BF (or 0x9627BF) is known color: Dark Orchid. HEX triplet: 96, 27 and BF. RGB value is (150,39,191). Sum of RGB (Red+Green+Blue) = 150+39+191=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #9627BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9627BF is #69D840. Grayscale: #595959. Windows color (decimal): -6936641 or 12527510. OLE color: 12527510.
HSL color Cylindrical-coordinate representation of color #9627BF: hue angle of 283.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9627BF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 39 | 191 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.25 |
| HSL | 283.82º | 0.66% | 0.45% | - |
| HSV(B) | 283.82º | 0.8% | 0.75% | - |
| XYZ | 22.71 | 11.7 | 50.35 | - |
| YUV | 89.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 191 | 0.21 | 0.80 | 0 | 0.25 | 283.82 | 0.66 | 0.45 |
| Hex | 96 | 27 | BF | 15 | 50 | 0 | 19 | 11C | 42 | 2D |
| Octal | 226 | 47 | 277 | 25 | 120 | 0 | 31 | 434 | 102 | 55 |
| Binary | 10010110 | 100111 | 10111111 | 10101 | 1010000 | 0 | 11001 | 100011100 | 1000010 | 101101 |
Color Harmonies of #9627BF
Complementary color
Monochromatic Colors of #9627BF
Black with #9627BF
Text Example
Text Example
White with #9627BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9627BF; }
p { color: rgb(150,39,191); }
H1.HeaderClassName
{
color: #9627BF;
}
.AnyTagClassName
{
color: #9627BF;
}
</style>
background-color css
<style>
a { background-color: #9627BF; }
a { background-color: rgb(150,39,191); }
div.DivClassName
{
background-color: #9627BF;
}
.BgClassName
{
background-color: #9627BF;
}
</style>
border-color css
<style>
span { border-color: #9627BF; }
span { border-color: rgb(150,39,191); }
td.TdClassName
{
border-color: #9627BF;
}
.TagClassName
{
border-color: #9627BF;
}
</style>