Shades of Deep Lilac #8B4CCB
Tints of Deep Lilac #8B4CCB
RGB
CMYK
RGB Variations
Color information
#8B4CCB (or 0x8B4CCB) is known color: Deep Lilac. HEX triplet: 8B, 4C and CB. RGB value is (139,76,203). Sum of RGB (Red+Green+Blue) = 139+76+203=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4CCB is #74B334. Grayscale: #6C6C6C. Windows color (decimal): -7648053 or 13323403. OLE color: 13323403.
HSL color Cylindrical-coordinate representation of color #8B4CCB: hue angle of 269.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B4CCB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 76 | 203 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.20 |
| HSL | 269.76º | 0.55% | 0.55% | - |
| HSV(B) | 269.76º | 0.63% | 0.8% | - |
| XYZ | 24.01 | 14.97 | 58.12 | - |
| YUV | 109.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 203 | 0.32 | 0.63 | 0 | 0.20 | 269.76 | 0.55 | 0.55 |
| Hex | 8B | 4C | CB | 20 | 3F | 0 | 14 | 10E | 37 | 37 |
| Octal | 213 | 114 | 313 | 40 | 77 | 0 | 24 | 416 | 67 | 67 |
| Binary | 10001011 | 1001100 | 11001011 | 100000 | 111111 | 0 | 10100 | 100001110 | 110111 | 110111 |
Color Harmonies of #8B4CCB
Complementary color
Monochromatic Colors of #8B4CCB
Black with #8B4CCB
Text Example
Text Example
White with #8B4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4CCB; }
p { color: rgb(139,76,203); }
H1.HeaderClassName
{
color: #8B4CCB;
}
.AnyTagClassName
{
color: #8B4CCB;
}
</style>
background-color css
<style>
a { background-color: #8B4CCB; }
a { background-color: rgb(139,76,203); }
div.DivClassName
{
background-color: #8B4CCB;
}
.BgClassName
{
background-color: #8B4CCB;
}
</style>
border-color css
<style>
span { border-color: #8B4CCB; }
span { border-color: rgb(139,76,203); }
td.TdClassName
{
border-color: #8B4CCB;
}
.TagClassName
{
border-color: #8B4CCB;
}
</style>