Html Css Color HEX #8A47BE Deep Lilac

📋 copy color: '#8A47BE'

red 138 ◦ green 71 ◦ blue 190

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

Shades of Deep Lilac #8A47BE

Tints of Deep Lilac #8A47BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.79%

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

R = 34.59%
G = 17.79%
B = 47.62%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A47BE (or 0x8A47BE) is known color: Deep Lilac. HEX triplet: 8A, 47 and BE. RGB value is (138,71,190). Sum of RGB (Red+Green+Blue) = 138+71+190=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A47BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47BE is #75B841. Grayscale: #686868. Windows color (decimal): -7714882 or 12470154. OLE color: 12470154.

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

Color convert

RGB 138 71 190 -
CMYK 0.27 0.63 0 0.25
HSL 273.78º 0.48% 0.51% -
HSV(B) 273.78º 0.63% 0.75% -
XYZ 22.03 13.63 50.18 -
YUV 104.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 138 71 190 0.27 0.63 0 0.25 273.78 0.48 0.51
Hex 8A 47 BE 1B 3F 0 19 112 30 33
Octal 212 107 276 33 77 0 31 422 60 63
Binary 10001010 1000111 10111110 11011 111111 0 11001 100010010 110000 110011

Color Harmonies of #8A47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A47BE

Black with #8A47BE

Text Example


Text Example

White with #8A47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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