Html Css Color HEX #8A55A4 Deep Lilac

📋 copy color: '#8A55A4'

red 138 ◦ green 85 ◦ blue 164

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

Shades of Deep Lilac #8A55A4

Tints of Deep Lilac #8A55A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.38%

R = 35.66%
G = 21.96%
B = 42.38%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8A55A4 (or 0x8A55A4) is known color: Deep Lilac. HEX triplet: 8A, 55 and A4. RGB value is (138,85,164). Sum of RGB (Red+Green+Blue) = 138+85+164=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A55A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A55A4 is #75AA5B. Grayscale: #6D6D6D. Windows color (decimal): -7711324 or 10769802. OLE color: 10769802.

HSL color Cylindrical-coordinate representation of color #8A55A4: hue angle of 280.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A55A4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 85 164 -
CMYK 0.16 0.48 0 0.36
HSL 280.25º 0.32% 0.49% -
HSV(B) 280.25º 0.48% 0.64% -
XYZ 20.43 14.58 36.86 -
YUV 109.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 138 85 164 0.16 0.48 0 0.36 280.25 0.32 0.49
Hex 8A 55 A4 10 30 0 24 118 20 31
Octal 212 125 244 20 60 0 44 430 40 61
Binary 10001010 1010101 10100100 10000 110000 0 100100 100011000 100000 110001

Color Harmonies of #8A55A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A55A4

Black with #8A55A4

Text Example


Text Example

White with #8A55A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,164); }

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

background-color css

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

 a { background-color: rgb(138,85,164); }

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

border-color css

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

 span { border-color: rgb(138,85,164); }

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