Shades of Dark Orchid #8F33AF
Tints of Dark Orchid #8F33AF
RGB
CMYK
RGB Variations
Color information
#8F33AF (or 0x8F33AF) is known color: Dark Orchid. HEX triplet: 8F, 33 and AF. RGB value is (143,51,175). Sum of RGB (Red+Green+Blue) = 143+51+175=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F33AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F33AF is #70CC50. Grayscale: #5C5C5C. Windows color (decimal): -7392337 or 11481999. OLE color: 11481999.
HSL color Cylindrical-coordinate representation of color #8F33AF: hue angle of 284.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F33AF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 51 | 175 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.31 |
| HSL | 284.52º | 0.55% | 0.44% | - |
| HSV(B) | 284.52º | 0.71% | 0.69% | - |
| XYZ | 20.25 | 11.3 | 41.67 | - |
| YUV | 92.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 175 | 0.18 | 0.71 | 0 | 0.31 | 284.52 | 0.55 | 0.44 |
| Hex | 8F | 33 | AF | 12 | 47 | 0 | 1F | 11D | 37 | 2C |
| Octal | 217 | 63 | 257 | 22 | 107 | 0 | 37 | 435 | 67 | 54 |
| Binary | 10001111 | 110011 | 10101111 | 10010 | 1000111 | 0 | 11111 | 100011101 | 110111 | 101100 |
Color Harmonies of #8F33AF
Complementary color
Monochromatic Colors of #8F33AF
Black with #8F33AF
Text Example
Text Example
White with #8F33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F33AF; }
p { color: rgb(143,51,175); }
H1.HeaderClassName
{
color: #8F33AF;
}
.AnyTagClassName
{
color: #8F33AF;
}
</style>
background-color css
<style>
a { background-color: #8F33AF; }
a { background-color: rgb(143,51,175); }
div.DivClassName
{
background-color: #8F33AF;
}
.BgClassName
{
background-color: #8F33AF;
}
</style>
border-color css
<style>
span { border-color: #8F33AF; }
span { border-color: rgb(143,51,175); }
td.TdClassName
{
border-color: #8F33AF;
}
.TagClassName
{
border-color: #8F33AF;
}
</style>