Html Css Color HEX #8A44BE Deep Lilac

📋 copy color: '#8A44BE'

red 138 ◦ green 68 ◦ blue 190

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

Shades of Deep Lilac #8A44BE

Tints of Deep Lilac #8A44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 34.85%
G = 17.17%
B = 47.98%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A44BE (or 0x8A44BE) is known color: Deep Lilac. HEX triplet: 8A, 44 and BE. RGB value is (138,68,190). Sum of RGB (Red+Green+Blue) = 138+68+190=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A44BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A44BE is #75BB41. Grayscale: #666666. Windows color (decimal): -7715650 or 12469386. OLE color: 12469386.

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

Color convert

RGB 138 68 190 -
CMYK 0.27 0.64 0 0.25
HSL 274.43º 0.48% 0.51% -
HSV(B) 274.43º 0.64% 0.75% -
XYZ 21.84 13.26 50.12 -
YUV 102.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 138 68 190 0.27 0.64 0 0.25 274.43 0.48 0.51
Hex 8A 44 BE 1B 40 0 19 112 30 33
Octal 212 104 276 33 100 0 31 422 60 63
Binary 10001010 1000100 10111110 11011 1000000 0 11001 100010010 110000 110011

Color Harmonies of #8A44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A44BE

Black with #8A44BE

Text Example


Text Example

White with #8A44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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