Html Css Color HEX #8B5BAE Deep Lilac

📋 copy color: '#8B5BAE'

red 139 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #8B5BAE

Tints of Deep Lilac #8B5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 34.41%
G = 22.52%
B = 43.07%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B5BAE (or 0x8B5BAE) is known color: Deep Lilac. HEX triplet: 8B, 5B and AE. RGB value is (139,91,174). Sum of RGB (Red+Green+Blue) = 139+91+174=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5BAE is #74A451. Grayscale: #727272. Windows color (decimal): -7644242 or 11426699. OLE color: 11426699.

HSL color Cylindrical-coordinate representation of color #8B5BAE: hue angle of 274.7º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B5BAE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 91 174 -
CMYK 0.20 0.48 0 0.32
HSL 274.7º 0.34% 0.52% -
HSV(B) 274.7º 0.48% 0.68% -
XYZ 22.03 16.03 41.98 -
YUV 114.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 139 91 174 0.20 0.48 0 0.32 274.7 0.34 0.52
Hex 8B 5B AE 14 30 0 20 113 22 34
Octal 213 133 256 24 60 0 40 423 42 64
Binary 10001011 1011011 10101110 10100 110000 0 100000 100010011 100010 110100

Color Harmonies of #8B5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5BAE

Black with #8B5BAE

Text Example


Text Example

White with #8B5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,91,174); }

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

background-color css

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

 a { background-color: rgb(139,91,174); }

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

border-color css

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

 span { border-color: rgb(139,91,174); }

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