Html Css Color HEX #8B55BC Deep Lilac

📋 copy color: '#8B55BC'

red 139 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #8B55BC

Tints of Deep Lilac #8B55BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 33.74%
G = 20.63%
B = 45.63%

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

#8B55BC (or 0x8B55BC) is known color: Deep Lilac. HEX triplet: 8B, 55 and BC. RGB value is (139,85,188). Sum of RGB (Red+Green+Blue) = 139+85+188=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B55BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55BC is #74AA43. Grayscale: #707070. Windows color (decimal): -7645764 or 12342667. OLE color: 12342667.

HSL color Cylindrical-coordinate representation of color #8B55BC: hue angle of 271.46º degrees, saturation: 0.43, 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 #8B55BC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 85 188 -
CMYK 0.26 0.55 0 0.26
HSL 271.46º 0.43% 0.54% -
HSV(B) 271.46º 0.55% 0.74% -
XYZ 22.97 15.62 49.38 -
YUV 112.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 139 85 188 0.26 0.55 0 0.26 271.46 0.43 0.54
Hex 8B 55 BC 1A 37 0 1A 10F 2B 36
Octal 213 125 274 32 67 0 32 417 53 66
Binary 10001011 1010101 10111100 11010 110111 0 11010 100001111 101011 110110

Color Harmonies of #8B55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B55BC

Black with #8B55BC

Text Example


Text Example

White with #8B55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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