Html Css Color HEX #8A5CAE Deep Lilac

📋 copy color: '#8A5CAE'

red 138 ◦ green 92 ◦ blue 174

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

Shades of Deep Lilac #8A5CAE

Tints of Deep Lilac #8A5CAE

RGB

 RED value IS 138 (54.3% from 255) = 34.16%

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

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

R = 34.16%
G = 22.77%
B = 43.07%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A5CAE (or 0x8A5CAE) is known color: Deep Lilac. HEX triplet: 8A, 5C and AE. RGB value is (138,92,174). Sum of RGB (Red+Green+Blue) = 138+92+174=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 92 (36.33% from 255 or 22.77% 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 #8A5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5CAE is #75A351. Grayscale: #727272. Windows color (decimal): -7709522 or 11426954. OLE color: 11426954.

HSL color Cylindrical-coordinate representation of color #8A5CAE: hue angle of 273.66º 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 #8A5CAE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 92 174 -
CMYK 0.21 0.47 0 0.32
HSL 273.66º 0.34% 0.52% -
HSV(B) 273.66º 0.47% 0.68% -
XYZ 21.95 16.11 42 -
YUV 115.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 138 92 174 0.21 0.47 0 0.32 273.66 0.34 0.52
Hex 8A 5C AE 15 2F 0 20 112 22 34
Octal 212 134 256 25 57 0 40 422 42 64
Binary 10001010 1011100 10101110 10101 101111 0 100000 100010010 100010 110100

Color Harmonies of #8A5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5CAE

Black with #8A5CAE

Text Example


Text Example

White with #8A5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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