Shades of Dark Orchid #8F32CB
Tints of Dark Orchid #8F32CB
RGB
CMYK
RGB Variations
Color information
#8F32CB (or 0x8F32CB) is known color: Dark Orchid. HEX triplet: 8F, 32 and CB. RGB value is (143,50,203). Sum of RGB (Red+Green+Blue) = 143+50+203=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F32CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F32CB is #70CD34. Grayscale: #5E5E5E. Windows color (decimal): -7392565 or 13316751. OLE color: 13316751.
HSL color Cylindrical-coordinate representation of color #8F32CB: hue angle of 276.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F32CB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 50 | 203 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.20 |
| HSL | 276.47º | 0.6% | 0.5% | - |
| HSV(B) | 276.47º | 0.75% | 0.8% | - |
| XYZ | 23.25 | 12.43 | 57.67 | - |
| YUV | 95.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 203 | 0.30 | 0.75 | 0 | 0.20 | 276.47 | 0.6 | 0.5 |
| Hex | 8F | 32 | CB | 1E | 4B | 0 | 14 | 114 | 3C | 32 |
| Octal | 217 | 62 | 313 | 36 | 113 | 0 | 24 | 424 | 74 | 62 |
| Binary | 10001111 | 110010 | 11001011 | 11110 | 1001011 | 0 | 10100 | 100010100 | 111100 | 110010 |
Color Harmonies of #8F32CB
Complementary color
Monochromatic Colors of #8F32CB
Black with #8F32CB
Text Example
Text Example
White with #8F32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32CB; }
p { color: rgb(143,50,203); }
H1.HeaderClassName
{
color: #8F32CB;
}
.AnyTagClassName
{
color: #8F32CB;
}
</style>
background-color css
<style>
a { background-color: #8F32CB; }
a { background-color: rgb(143,50,203); }
div.DivClassName
{
background-color: #8F32CB;
}
.BgClassName
{
background-color: #8F32CB;
}
</style>
border-color css
<style>
span { border-color: #8F32CB; }
span { border-color: rgb(143,50,203); }
td.TdClassName
{
border-color: #8F32CB;
}
.TagClassName
{
border-color: #8F32CB;
}
</style>