Html Css Color HEX #8A4ABE Deep Lilac

📋 copy color: '#8A4ABE'

red 138 ◦ green 74 ◦ blue 190

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

Shades of Deep Lilac #8A4ABE

Tints of Deep Lilac #8A4ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.41%

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

R = 34.33%
G = 18.41%
B = 47.26%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A4ABE (or 0x8A4ABE) is known color: Deep Lilac. HEX triplet: 8A, 4A and BE. RGB value is (138,74,190). Sum of RGB (Red+Green+Blue) = 138+74+190=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A4ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4ABE is #75B541. Grayscale: #696969. Windows color (decimal): -7714114 or 12470922. OLE color: 12470922.

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

Color convert

RGB 138 74 190 -
CMYK 0.27 0.61 0 0.25
HSL 273.1º 0.47% 0.52% -
HSV(B) 273.1º 0.61% 0.75% -
XYZ 22.22 14.02 50.25 -
YUV 106.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 138 74 190 0.27 0.61 0 0.25 273.1 0.47 0.52
Hex 8A 4A BE 1B 3D 0 19 111 2F 34
Octal 212 112 276 33 75 0 31 421 57 64
Binary 10001010 1001010 10111110 11011 111101 0 11001 100010001 101111 110100

Color Harmonies of #8A4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4ABE

Black with #8A4ABE

Text Example


Text Example

White with #8A4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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