Shades of Dark Orchid #8530CB
Tints of Dark Orchid #8530CB
RGB
CMYK
RGB Variations
Color information
#8530CB (or 0x8530CB) is known color: Dark Orchid. HEX triplet: 85, 30 and CB. RGB value is (133,48,203). Sum of RGB (Red+Green+Blue) = 133+48+203=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #8530CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530CB is #7ACF34. Grayscale: #5A5A5A. Windows color (decimal): -8048437 or 13316229. OLE color: 13316229.
HSL color Cylindrical-coordinate representation of color #8530CB: hue angle of 272.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8530CB is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 48 | 203 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.20 |
| HSL | 272.9º | 0.62% | 0.49% | - |
| HSV(B) | 272.9º | 0.76% | 0.8% | - |
| XYZ | 21.51 | 11.41 | 57.57 | - |
| YUV | 91.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 203 | 0.34 | 0.76 | 0 | 0.20 | 272.9 | 0.62 | 0.49 |
| Hex | 85 | 30 | CB | 22 | 4C | 0 | 14 | 111 | 3E | 31 |
| Octal | 205 | 60 | 313 | 42 | 114 | 0 | 24 | 421 | 76 | 61 |
| Binary | 10000101 | 110000 | 11001011 | 100010 | 1001100 | 0 | 10100 | 100010001 | 111110 | 110001 |
Color Harmonies of #8530CB
Complementary color
Monochromatic Colors of #8530CB
Black with #8530CB
Text Example
Text Example
White with #8530CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8530CB; }
p { color: rgb(133,48,203); }
H1.HeaderClassName
{
color: #8530CB;
}
.AnyTagClassName
{
color: #8530CB;
}
</style>
background-color css
<style>
a { background-color: #8530CB; }
a { background-color: rgb(133,48,203); }
div.DivClassName
{
background-color: #8530CB;
}
.BgClassName
{
background-color: #8530CB;
}
</style>
border-color css
<style>
span { border-color: #8530CB; }
span { border-color: rgb(133,48,203); }
td.TdClassName
{
border-color: #8530CB;
}
.TagClassName
{
border-color: #8530CB;
}
</style>