Html Css Color HEX #8A4EBE Deep Lilac

📋 copy color: '#8A4EBE'

red 138 ◦ green 78 ◦ blue 190

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

Shades of Deep Lilac #8A4EBE

Tints of Deep Lilac #8A4EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

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

R = 33.99%
G = 19.21%
B = 46.8%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A4EBE (or 0x8A4EBE) is known color: Deep Lilac. HEX triplet: 8A, 4E and BE. RGB value is (138,78,190). Sum of RGB (Red+Green+Blue) = 138+78+190=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A4EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4EBE is #75B141. Grayscale: #6C6C6C. Windows color (decimal): -7713090 or 12471946. OLE color: 12471946.

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

Color convert

RGB 138 78 190 -
CMYK 0.27 0.59 0 0.25
HSL 272.14º 0.46% 0.53% -
HSV(B) 272.14º 0.59% 0.75% -
XYZ 22.5 14.57 50.34 -
YUV 108.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 138 78 190 0.27 0.59 0 0.25 272.14 0.46 0.53
Hex 8A 4E BE 1B 3B 0 19 110 2E 35
Octal 212 116 276 33 73 0 31 420 56 65
Binary 10001010 1001110 10111110 11011 111011 0 11001 100010000 101110 110101

Color Harmonies of #8A4EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4EBE

Black with #8A4EBE

Text Example


Text Example

White with #8A4EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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