Shades of Dark Orchid #8F1CCB
Tints of Dark Orchid #8F1CCB
RGB
CMYK
RGB Variations
Color information
#8F1CCB (or 0x8F1CCB) is known color: Dark Orchid. HEX triplet: 8F, 1C and CB. RGB value is (143,28,203). Sum of RGB (Red+Green+Blue) = 143+28+203=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F1CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1CCB is #70E334. Grayscale: #515151. Windows color (decimal): -7398197 or 13311119. OLE color: 13311119.
HSL color Cylindrical-coordinate representation of color #8F1CCB: hue angle of 279.43º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1CCB is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 28 | 203 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.20 |
| HSL | 279.43º | 0.76% | 0.45% | - |
| HSV(B) | 279.43º | 0.86% | 0.8% | - |
| XYZ | 22.52 | 10.98 | 57.43 | - |
| YUV | 82.34 | 196.1 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 203 | 0.30 | 0.86 | 0 | 0.20 | 279.43 | 0.76 | 0.45 |
| Hex | 8F | 1C | CB | 1E | 56 | 0 | 14 | 117 | 4C | 2D |
| Octal | 217 | 34 | 313 | 36 | 126 | 0 | 24 | 427 | 114 | 55 |
| Binary | 10001111 | 11100 | 11001011 | 11110 | 1010110 | 0 | 10100 | 100010111 | 1001100 | 101101 |
Color Harmonies of #8F1CCB
Complementary color
Monochromatic Colors of #8F1CCB
Black with #8F1CCB
Text Example
Text Example
White with #8F1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1CCB; }
p { color: rgb(143,28,203); }
H1.HeaderClassName
{
color: #8F1CCB;
}
.AnyTagClassName
{
color: #8F1CCB;
}
</style>
background-color css
<style>
a { background-color: #8F1CCB; }
a { background-color: rgb(143,28,203); }
div.DivClassName
{
background-color: #8F1CCB;
}
.BgClassName
{
background-color: #8F1CCB;
}
</style>
border-color css
<style>
span { border-color: #8F1CCB; }
span { border-color: rgb(143,28,203); }
td.TdClassName
{
border-color: #8F1CCB;
}
.TagClassName
{
border-color: #8F1CCB;
}
</style>