Shades of Dark Orchid #9528CF
Tints of Dark Orchid #9528CF
RGB
CMYK
RGB Variations
Color information
#9528CF (or 0x9528CF) is known color: Dark Orchid. HEX triplet: 95, 28 and CF. RGB value is (149,40,207). Sum of RGB (Red+Green+Blue) = 149+40+207=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #9528CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528CF is #6AD730. Grayscale: #5B5B5B. Windows color (decimal): -7001905 or 13576341. OLE color: 13576341.
HSL color Cylindrical-coordinate representation of color #9528CF: hue angle of 279.16º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9528CF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 40 | 207 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.19 |
| HSL | 279.16º | 0.68% | 0.48% | - |
| HSV(B) | 279.16º | 0.81% | 0.81% | - |
| XYZ | 24.42 | 12.41 | 60.14 | - |
| YUV | 91.63 | 193.11 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 207 | 0.28 | 0.81 | 0 | 0.19 | 279.16 | 0.68 | 0.48 |
| Hex | 95 | 28 | CF | 1C | 51 | 0 | 13 | 117 | 44 | 30 |
| Octal | 225 | 50 | 317 | 34 | 121 | 0 | 23 | 427 | 104 | 60 |
| Binary | 10010101 | 101000 | 11001111 | 11100 | 1010001 | 0 | 10011 | 100010111 | 1000100 | 110000 |
Color Harmonies of #9528CF
Complementary color
Monochromatic Colors of #9528CF
Black with #9528CF
Text Example
Text Example
White with #9528CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528CF; }
p { color: rgb(149,40,207); }
H1.HeaderClassName
{
color: #9528CF;
}
.AnyTagClassName
{
color: #9528CF;
}
</style>
background-color css
<style>
a { background-color: #9528CF; }
a { background-color: rgb(149,40,207); }
div.DivClassName
{
background-color: #9528CF;
}
.BgClassName
{
background-color: #9528CF;
}
</style>
border-color css
<style>
span { border-color: #9528CF; }
span { border-color: rgb(149,40,207); }
td.TdClassName
{
border-color: #9528CF;
}
.TagClassName
{
border-color: #9528CF;
}
</style>