Shades of Dark Orchid #9526BC
Tints of Dark Orchid #9526BC
RGB
CMYK
RGB Variations
Color information
#9526BC (or 0x9526BC) is known color: Dark Orchid. HEX triplet: 95, 26 and BC. RGB value is (149,38,188). Sum of RGB (Red+Green+Blue) = 149+38+188=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #9526BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526BC is #6AD943. Grayscale: #575757. Windows color (decimal): -7002436 or 12330645. OLE color: 12330645.
HSL color Cylindrical-coordinate representation of color #9526BC: hue angle of 284.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9526BC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 38 | 188 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.26 |
| HSL | 284.4º | 0.66% | 0.44% | - |
| HSV(B) | 284.4º | 0.8% | 0.74% | - |
| XYZ | 22.16 | 11.41 | 48.61 | - |
| YUV | 88.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 188 | 0.21 | 0.80 | 0 | 0.26 | 284.4 | 0.66 | 0.44 |
| Hex | 95 | 26 | BC | 15 | 50 | 0 | 1A | 11C | 42 | 2C |
| Octal | 225 | 46 | 274 | 25 | 120 | 0 | 32 | 434 | 102 | 54 |
| Binary | 10010101 | 100110 | 10111100 | 10101 | 1010000 | 0 | 11010 | 100011100 | 1000010 | 101100 |
Color Harmonies of #9526BC
Complementary color
Monochromatic Colors of #9526BC
Black with #9526BC
Text Example
Text Example
White with #9526BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526BC; }
p { color: rgb(149,38,188); }
H1.HeaderClassName
{
color: #9526BC;
}
.AnyTagClassName
{
color: #9526BC;
}
</style>
background-color css
<style>
a { background-color: #9526BC; }
a { background-color: rgb(149,38,188); }
div.DivClassName
{
background-color: #9526BC;
}
.BgClassName
{
background-color: #9526BC;
}
</style>
border-color css
<style>
span { border-color: #9526BC; }
span { border-color: rgb(149,38,188); }
td.TdClassName
{
border-color: #9526BC;
}
.TagClassName
{
border-color: #9526BC;
}
</style>