Html Css Color HEX #8B50BA Deep Lilac

📋 copy color: '#8B50BA'

red 139 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #8B50BA

Tints of Deep Lilac #8B50BA

RGB

 RED value IS 139 (54.69% from 255) = 34.32%

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 34.32%
G = 19.75%
B = 45.93%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B50BA (or 0x8B50BA) is known color: Deep Lilac. HEX triplet: 8B, 50 and BA. RGB value is (139,80,186). Sum of RGB (Red+Green+Blue) = 139+80+186=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50BA is #74AF45. Grayscale: #6D6D6D. Windows color (decimal): -7647046 or 12210315. OLE color: 12210315.

HSL color Cylindrical-coordinate representation of color #8B50BA: hue angle of 273.4º degrees, saturation: 0.43, 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 #8B50BA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 80 186 -
CMYK 0.25 0.57 0 0.27
HSL 273.4º 0.43% 0.52% -
HSV(B) 273.4º 0.57% 0.73% -
XYZ 22.38 14.77 48.13 -
YUV 109.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 139 80 186 0.25 0.57 0 0.27 273.4 0.43 0.52
Hex 8B 50 BA 19 39 0 1B 111 2B 34
Octal 213 120 272 31 71 0 33 421 53 64
Binary 10001011 1010000 10111010 11001 111001 0 11011 100010001 101011 110100

Color Harmonies of #8B50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B50BA

Black with #8B50BA

Text Example


Text Example

White with #8B50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,186); }

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

background-color css

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

 a { background-color: rgb(139,80,186); }

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

border-color css

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

 span { border-color: rgb(139,80,186); }

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