Html Css Color HEX #8A4ECB Deep Lilac

📋 copy color: '#8A4ECB'

red 138 ◦ green 78 ◦ blue 203

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

Shades of Deep Lilac #8A4ECB

Tints of Deep Lilac #8A4ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 32.94%
G = 18.62%
B = 48.45%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A4ECB (or 0x8A4ECB) is known color: Deep Lilac. HEX triplet: 8A, 4E and CB. RGB value is (138,78,203). Sum of RGB (Red+Green+Blue) = 138+78+203=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A4ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4ECB is #75B134. Grayscale: #6D6D6D. Windows color (decimal): -7713077 or 13323914. OLE color: 13323914.

HSL color Cylindrical-coordinate representation of color #8A4ECB: hue angle of 268.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A4ECB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 78 203 -
CMYK 0.32 0.62 0 0.20
HSL 268.8º 0.55% 0.55% -
HSV(B) 268.8º 0.62% 0.8% -
XYZ 23.99 15.16 58.16 -
YUV 110.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 138 78 203 0.32 0.62 0 0.20 268.8 0.55 0.55
Hex 8A 4E CB 20 3E 0 14 10D 37 37
Octal 212 116 313 40 76 0 24 415 67 67
Binary 10001010 1001110 11001011 100000 111110 0 10100 100001101 110111 110111

Color Harmonies of #8A4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4ECB

Black with #8A4ECB

Text Example


Text Example

White with #8A4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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