Shades of Dark Orchid #8B1CCB
Tints of Dark Orchid #8B1CCB
RGB
CMYK
RGB Variations
Color information
#8B1CCB (or 0x8B1CCB) is known color: Dark Orchid. HEX triplet: 8B, 1C and CB. RGB value is (139,28,203). Sum of RGB (Red+Green+Blue) = 139+28+203=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B1CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1CCB is #74E334. Grayscale: #505050. Windows color (decimal): -7660341 or 13311115. OLE color: 13311115.
HSL color Cylindrical-coordinate representation of color #8B1CCB: hue angle of 278.06º 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 #8B1CCB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 28 | 203 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.20 |
| HSL | 278.06º | 0.76% | 0.45% | - |
| HSV(B) | 278.06º | 0.86% | 0.8% | - |
| XYZ | 21.84 | 10.63 | 57.4 | - |
| YUV | 81.14 | 196.77 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 203 | 0.32 | 0.86 | 0 | 0.20 | 278.06 | 0.76 | 0.45 |
| Hex | 8B | 1C | CB | 20 | 56 | 0 | 14 | 116 | 4C | 2D |
| Octal | 213 | 34 | 313 | 40 | 126 | 0 | 24 | 426 | 114 | 55 |
| Binary | 10001011 | 11100 | 11001011 | 100000 | 1010110 | 0 | 10100 | 100010110 | 1001100 | 101101 |
Color Harmonies of #8B1CCB
Complementary color
Monochromatic Colors of #8B1CCB
Black with #8B1CCB
Text Example
Text Example
White with #8B1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1CCB; }
p { color: rgb(139,28,203); }
H1.HeaderClassName
{
color: #8B1CCB;
}
.AnyTagClassName
{
color: #8B1CCB;
}
</style>
background-color css
<style>
a { background-color: #8B1CCB; }
a { background-color: rgb(139,28,203); }
div.DivClassName
{
background-color: #8B1CCB;
}
.BgClassName
{
background-color: #8B1CCB;
}
</style>
border-color css
<style>
span { border-color: #8B1CCB; }
span { border-color: rgb(139,28,203); }
td.TdClassName
{
border-color: #8B1CCB;
}
.TagClassName
{
border-color: #8B1CCB;
}
</style>