Html Css Color HEX #8A5BAC Deep Lilac

📋 copy color: '#8A5BAC'

red 138 ◦ green 91 ◦ blue 172

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

Shades of Deep Lilac #8A5BAC

Tints of Deep Lilac #8A5BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 34.41%
G = 22.69%
B = 42.89%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A5BAC (or 0x8A5BAC) is known color: Deep Lilac. HEX triplet: 8A, 5B and AC. RGB value is (138,91,172). Sum of RGB (Red+Green+Blue) = 138+91+172=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A5BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5BAC is #75A453. Grayscale: #727272. Windows color (decimal): -7709780 or 11295626. OLE color: 11295626.

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

Color convert

RGB 138 91 172 -
CMYK 0.20 0.47 0 0.33
HSL 274.81º 0.33% 0.52% -
HSV(B) 274.81º 0.47% 0.67% -
XYZ 21.67 15.86 40.95 -
YUV 114.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 138 91 172 0.20 0.47 0 0.33 274.81 0.33 0.52
Hex 8A 5B AC 14 2F 0 21 113 21 34
Octal 212 133 254 24 57 0 41 423 41 64
Binary 10001010 1011011 10101100 10100 101111 0 100001 100010011 100001 110100

Color Harmonies of #8A5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BAC

Black with #8A5BAC

Text Example


Text Example

White with #8A5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,91,172); }

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

background-color css

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

 a { background-color: rgb(138,91,172); }

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

border-color css

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

 span { border-color: rgb(138,91,172); }

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