Html Css Color HEX #8A5ABE Deep Lilac

📋 copy color: '#8A5ABE'

red 138 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #8A5ABE

Tints of Deep Lilac #8A5ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 33.01%
G = 21.53%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A5ABE (or 0x8A5ABE) is known color: Deep Lilac. HEX triplet: 8A, 5A and BE. RGB value is (138,90,190). Sum of RGB (Red+Green+Blue) = 138+90+190=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ABE is #75A541. Grayscale: #737373. Windows color (decimal): -7710018 or 12475018. OLE color: 12475018.

HSL color Cylindrical-coordinate representation of color #8A5ABE: hue angle of 268.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A5ABE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 90 190 -
CMYK 0.27 0.53 0 0.25
HSL 268.8º 0.43% 0.55% -
HSV(B) 268.8º 0.53% 0.75% -
XYZ 23.43 16.43 50.65 -
YUV 115.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 138 90 190 0.27 0.53 0 0.25 268.8 0.43 0.55
Hex 8A 5A BE 1B 35 0 19 10D 2B 37
Octal 212 132 276 33 65 0 31 415 53 67
Binary 10001010 1011010 10111110 11011 110101 0 11001 100001101 101011 110111

Color Harmonies of #8A5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5ABE

Black with #8A5ABE

Text Example


Text Example

White with #8A5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,90,190); }

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

background-color css

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

 a { background-color: rgb(138,90,190); }

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

border-color css

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

 span { border-color: rgb(138,90,190); }

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