Html Css Color HEX #8A57C1 Deep Lilac

📋 copy color: '#8A57C1'

red 138 ◦ green 87 ◦ blue 193

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

Shades of Deep Lilac #8A57C1

Tints of Deep Lilac #8A57C1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

 BLUE value IS 193 (75.78% from 255) = 46.17%

R = 33.01%
G = 20.81%
B = 46.17%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8A57C1 (or 0x8A57C1) is known color: Deep Lilac. HEX triplet: 8A, 57 and C1. RGB value is (138,87,193). Sum of RGB (Red+Green+Blue) = 138+87+193=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A57C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A57C1 is #75A83E. Grayscale: #717171. Windows color (decimal): -7710783 or 12670858. OLE color: 12670858.

HSL color Cylindrical-coordinate representation of color #8A57C1: hue angle of 268.87º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A57C1 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 87 193 -
CMYK 0.28 0.55 0 0.24
HSL 268.87º 0.46% 0.55% -
HSV(B) 268.87º 0.55% 0.76% -
XYZ 23.52 16.07 52.31 -
YUV 114.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 138 87 193 0.28 0.55 0 0.24 268.87 0.46 0.55
Hex 8A 57 C1 1C 37 0 18 10D 2E 37
Octal 212 127 301 34 67 0 30 415 56 67
Binary 10001010 1010111 11000001 11100 110111 0 11000 100001101 101110 110111

Color Harmonies of #8A57C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A57C1

Black with #8A57C1

Text Example


Text Example

White with #8A57C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,87,193); }

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

background-color css

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

 a { background-color: rgb(138,87,193); }

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

border-color css

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

 span { border-color: rgb(138,87,193); }

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