Html Css Color HEX #8B54B1 Deep Lilac

📋 copy color: '#8B54B1'

red 139 ◦ green 84 ◦ blue 177

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

Shades of Deep Lilac #8B54B1

Tints of Deep Lilac #8B54B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 34.75%
G = 21%
B = 44.25%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8B54B1 (or 0x8B54B1) is known color: Deep Lilac. HEX triplet: 8B, 54 and B1. RGB value is (139,84,177). Sum of RGB (Red+Green+Blue) = 139+84+177=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B54B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B54B1 is #74AB4E. Grayscale: #6E6E6E. Windows color (decimal): -7646031 or 11621515. OLE color: 11621515.

HSL color Cylindrical-coordinate representation of color #8B54B1: hue angle of 275.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B54B1 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 84 177 -
CMYK 0.21 0.53 0 0.31
HSL 275.48º 0.37% 0.51% -
HSV(B) 275.48º 0.53% 0.69% -
XYZ 21.75 15 43.34 -
YUV 111.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 139 84 177 0.21 0.53 0 0.31 275.48 0.37 0.51
Hex 8B 54 B1 15 35 0 1F 113 25 33
Octal 213 124 261 25 65 0 37 423 45 63
Binary 10001011 1010100 10110001 10101 110101 0 11111 100010011 100101 110011

Color Harmonies of #8B54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B54B1

Black with #8B54B1

Text Example


Text Example

White with #8B54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,84,177); }

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

background-color css

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

 a { background-color: rgb(139,84,177); }

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

border-color css

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

 span { border-color: rgb(139,84,177); }

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