Html Css Color HEX #8A50BB Deep Lilac

📋 copy color: '#8A50BB'

red 138 ◦ green 80 ◦ blue 187

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

Shades of Deep Lilac #8A50BB

Tints of Deep Lilac #8A50BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 34.07%
G = 19.75%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A50BB (or 0x8A50BB) is known color: Deep Lilac. HEX triplet: 8A, 50 and BB. RGB value is (138,80,187). Sum of RGB (Red+Green+Blue) = 138+80+187=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A50BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50BB is #75AF44. Grayscale: #6D6D6D. Windows color (decimal): -7712581 or 12275850. OLE color: 12275850.

HSL color Cylindrical-coordinate representation of color #8A50BB: hue angle of 272.52º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A50BB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 80 187 -
CMYK 0.26 0.57 0 0.27
HSL 272.52º 0.44% 0.52% -
HSV(B) 272.52º 0.57% 0.73% -
XYZ 22.32 14.73 48.68 -
YUV 109.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 138 80 187 0.26 0.57 0 0.27 272.52 0.44 0.52
Hex 8A 50 BB 1A 39 0 1B 111 2C 34
Octal 212 120 273 32 71 0 33 421 54 64
Binary 10001010 1010000 10111011 11010 111001 0 11011 100010001 101100 110100

Color Harmonies of #8A50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50BB

Black with #8A50BB

Text Example


Text Example

White with #8A50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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