Html Css Color HEX #8B55BD Deep Lilac

📋 copy color: '#8B55BD'

red 139 ◦ green 85 ◦ blue 189

#8B55BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #8B55BD

Tints of Deep Lilac #8B55BD

RGB

 RED value IS 139 (54.69% from 255) = 33.66%

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 33.66%
G = 20.58%
B = 45.76%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8B55BD (or 0x8B55BD) is known color: Deep Lilac. HEX triplet: 8B, 55 and BD. RGB value is (139,85,189). Sum of RGB (Red+Green+Blue) = 139+85+189=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B55BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55BD is #74AA42. Grayscale: #707070. Windows color (decimal): -7645763 or 12408203. OLE color: 12408203.

HSL color Cylindrical-coordinate representation of color #8B55BD: hue angle of 271.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B55BD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 85 189 -
CMYK 0.26 0.55 0 0.26
HSL 271.15º 0.44% 0.54% -
HSV(B) 271.15º 0.55% 0.74% -
XYZ 23.08 15.66 49.95 -
YUV 113 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 139 85 189 0.26 0.55 0 0.26 271.15 0.44 0.54
Hex 8B 55 BD 1A 37 0 1A 10F 2C 36
Octal 213 125 275 32 67 0 32 417 54 66
Binary 10001011 1010101 10111101 11010 110111 0 11010 100001111 101100 110110

Color Harmonies of #8B55BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B55BD

Black with #8B55BD

Text Example


Text Example

White with #8B55BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B55BD; }

 p { color: rgb(139,85,189); }

 H1.HeaderClassName
 {
   color: #8B55BD;
 }
 .AnyTagClassName
 {
   color: #8B55BD;
 }
</style>

background-color css

<style>
 a { background-color: #8B55BD; }

 a { background-color: rgb(139,85,189); }

 div.DivClassName
 {
   background-color: #8B55BD;
 }
 .BgClassName
 {
   background-color: #8B55BD;
 }
</style>

border-color css

<style>
 span { border-color: #8B55BD; }

 span { border-color: rgb(139,85,189); }

 td.TdClassName
 {
   border-color: #8B55BD;
 }
 .TagClassName
 {
   border-color: #8B55BD;
 }
</style>