Shades of Dark Orchid #8533BE
Tints of Dark Orchid #8533BE
RGB
CMYK
RGB Variations
Color information
#8533BE (or 0x8533BE) is known color: Dark Orchid. HEX triplet: 85, 33 and BE. RGB value is (133,51,190). Sum of RGB (Red+Green+Blue) = 133+51+190=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8533BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8533BE is #7ACC41. Grayscale: #5A5A5A. Windows color (decimal): -8047682 or 12465029. OLE color: 12465029.
HSL color Cylindrical-coordinate representation of color #8533BE: hue angle of 275.4º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8533BE is Cyan = 0.3, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 51 | 190 | - |
| CMYK | 0.3 | 0.73 | 0 | 0.25 |
| HSL | 275.4º | 0.58% | 0.47% | - |
| HSV(B) | 275.4º | 0.73% | 0.75% | - |
| XYZ | 20.15 | 11.07 | 49.79 | - |
| YUV | 91.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 190 | 0.3 | 0.73 | 0 | 0.25 | 275.4 | 0.58 | 0.47 |
| Hex | 85 | 33 | BE | 1E | 49 | 0 | 19 | 113 | 3A | 2F |
| Octal | 205 | 63 | 276 | 36 | 111 | 0 | 31 | 423 | 72 | 57 |
| Binary | 10000101 | 110011 | 10111110 | 11110 | 1001001 | 0 | 11001 | 100010011 | 111010 | 101111 |
Color Harmonies of #8533BE
Complementary color
Monochromatic Colors of #8533BE
Black with #8533BE
Text Example
Text Example
White with #8533BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8533BE; }
p { color: rgb(133,51,190); }
H1.HeaderClassName
{
color: #8533BE;
}
.AnyTagClassName
{
color: #8533BE;
}
</style>
background-color css
<style>
a { background-color: #8533BE; }
a { background-color: rgb(133,51,190); }
div.DivClassName
{
background-color: #8533BE;
}
.BgClassName
{
background-color: #8533BE;
}
</style>
border-color css
<style>
span { border-color: #8533BE; }
span { border-color: rgb(133,51,190); }
td.TdClassName
{
border-color: #8533BE;
}
.TagClassName
{
border-color: #8533BE;
}
</style>