Html Css Color HEX #8A44BC Deep Lilac

📋 copy color: '#8A44BC'

red 138 ◦ green 68 ◦ blue 188

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

Shades of Deep Lilac #8A44BC

Tints of Deep Lilac #8A44BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 35.03%
G = 17.26%
B = 47.72%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A44BC (or 0x8A44BC) is known color: Deep Lilac. HEX triplet: 8A, 44 and BC. RGB value is (138,68,188). Sum of RGB (Red+Green+Blue) = 138+68+188=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A44BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A44BC is #75BB43. Grayscale: #666666. Windows color (decimal): -7715652 or 12338314. OLE color: 12338314.

HSL color Cylindrical-coordinate representation of color #8A44BC: hue angle of 275º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A44BC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 68 188 -
CMYK 0.27 0.64 0 0.26
HSL 275º 0.47% 0.5% -
HSV(B) 275º 0.64% 0.74% -
XYZ 21.63 13.17 48.98 -
YUV 102.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 138 68 188 0.27 0.64 0 0.26 275 0.47 0.5
Hex 8A 44 BC 1B 40 0 1A 113 2F 32
Octal 212 104 274 33 100 0 32 423 57 62
Binary 10001010 1000100 10111100 11011 1000000 0 11010 100010011 101111 110010

Color Harmonies of #8A44BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A44BC

Black with #8A44BC

Text Example


Text Example

White with #8A44BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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