Html Css Color HEX #8A50BD Deep Lilac

📋 copy color: '#8A50BD'

red 138 ◦ green 80 ◦ blue 189

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

Shades of Deep Lilac #8A50BD

Tints of Deep Lilac #8A50BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.66%

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 33.91%
G = 19.66%
B = 46.44%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A50BD (or 0x8A50BD) is known color: Deep Lilac. HEX triplet: 8A, 50 and BD. RGB value is (138,80,189). Sum of RGB (Red+Green+Blue) = 138+80+189=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50BD is #75AF42. Grayscale: #6D6D6D. Windows color (decimal): -7712579 or 12406922. OLE color: 12406922.

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

Color convert

RGB 138 80 189 -
CMYK 0.27 0.58 0 0.26
HSL 271.93º 0.45% 0.53% -
HSV(B) 271.93º 0.58% 0.74% -
XYZ 22.54 14.81 49.82 -
YUV 109.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 138 80 189 0.27 0.58 0 0.26 271.93 0.45 0.53
Hex 8A 50 BD 1B 3A 0 1A 110 2D 35
Octal 212 120 275 33 72 0 32 420 55 65
Binary 10001010 1010000 10111101 11011 111010 0 11010 100010000 101101 110101

Color Harmonies of #8A50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50BD

Black with #8A50BD

Text Example


Text Example

White with #8A50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,80,189); }

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

background-color css

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

 a { background-color: rgb(138,80,189); }

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

border-color css

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

 span { border-color: rgb(138,80,189); }

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