Html Css Color HEX #8B5CAE Deep Lilac

📋 copy color: '#8B5CAE'

red 139 ◦ green 92 ◦ blue 174

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

Shades of Deep Lilac #8B5CAE

Tints of Deep Lilac #8B5CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

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

R = 34.32%
G = 22.72%
B = 42.96%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B5CAE (or 0x8B5CAE) is known color: Deep Lilac. HEX triplet: 8B, 5C and AE. RGB value is (139,92,174). Sum of RGB (Red+Green+Blue) = 139+92+174=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5CAE is #74A351. Grayscale: #737373. Windows color (decimal): -7643986 or 11426955. OLE color: 11426955.

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

Color convert

RGB 139 92 174 -
CMYK 0.20 0.47 0 0.32
HSL 274.39º 0.34% 0.52% -
HSV(B) 274.39º 0.47% 0.68% -
XYZ 22.11 16.2 42.01 -
YUV 115.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 139 92 174 0.20 0.47 0 0.32 274.39 0.34 0.52
Hex 8B 5C AE 14 2F 0 20 112 22 34
Octal 213 134 256 24 57 0 40 422 42 64
Binary 10001011 1011100 10101110 10100 101111 0 100000 100010010 100010 110100

Color Harmonies of #8B5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5CAE

Black with #8B5CAE

Text Example


Text Example

White with #8B5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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