Html Css Color HEX #8A56AF Deep Lilac

📋 copy color: '#8A56AF'

red 138 ◦ green 86 ◦ blue 175

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

Shades of Deep Lilac #8A56AF

Tints of Deep Lilac #8A56AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 34.59%
G = 21.55%
B = 43.86%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A56AF (or 0x8A56AF) is known color: Deep Lilac. HEX triplet: 8A, 56 and AF. RGB value is (138,86,175). Sum of RGB (Red+Green+Blue) = 138+86+175=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A56AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A56AF is #75A950. Grayscale: #6F6F6F. Windows color (decimal): -7711057 or 11490954. OLE color: 11490954.

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

Color convert

RGB 138 86 175 -
CMYK 0.21 0.51 0 0.31
HSL 275.06º 0.36% 0.51% -
HSV(B) 275.06º 0.51% 0.69% -
XYZ 21.55 15.15 42.35 -
YUV 111.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 138 86 175 0.21 0.51 0 0.31 275.06 0.36 0.51
Hex 8A 56 AF 15 33 0 1F 113 24 33
Octal 212 126 257 25 63 0 37 423 44 63
Binary 10001010 1010110 10101111 10101 110011 0 11111 100010011 100100 110011

Color Harmonies of #8A56AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A56AF

Black with #8A56AF

Text Example


Text Example

White with #8A56AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,86,175); }

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

background-color css

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

 a { background-color: rgb(138,86,175); }

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

border-color css

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

 span { border-color: rgb(138,86,175); }

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