Html Css Color HEX #8A50B3 Deep Lilac

📋 copy color: '#8A50B3'

red 138 ◦ green 80 ◦ blue 179

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

Shades of Deep Lilac #8A50B3

Tints of Deep Lilac #8A50B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 34.76%
G = 20.15%
B = 45.09%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8A50B3 (or 0x8A50B3) is known color: Deep Lilac. HEX triplet: 8A, 50 and B3. RGB value is (138,80,179). Sum of RGB (Red+Green+Blue) = 138+80+179=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A50B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50B3 is #75AF4C. Grayscale: #6C6C6C. Windows color (decimal): -7712589 or 11751562. OLE color: 11751562.

HSL color Cylindrical-coordinate representation of color #8A50B3: hue angle of 275.15º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A50B3 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 80 179 -
CMYK 0.23 0.55 0 0.30
HSL 275.15º 0.39% 0.51% -
HSV(B) 275.15º 0.55% 0.7% -
XYZ 21.49 14.4 44.29 -
YUV 108.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 138 80 179 0.23 0.55 0 0.30 275.15 0.39 0.51
Hex 8A 50 B3 17 37 0 1E 113 27 33
Octal 212 120 263 27 67 0 36 423 47 63
Binary 10001010 1010000 10110011 10111 110111 0 11110 100010011 100111 110011

Color Harmonies of #8A50B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50B3

Black with #8A50B3

Text Example


Text Example

White with #8A50B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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