Html Css Color HEX #8B50BC Deep Lilac

📋 copy color: '#8B50BC'

red 139 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #8B50BC

Tints of Deep Lilac #8B50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 34.15%
G = 19.66%
B = 46.19%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8B50BC (or 0x8B50BC) is known color: Deep Lilac. HEX triplet: 8B, 50 and BC. RGB value is (139,80,188). Sum of RGB (Red+Green+Blue) = 139+80+188=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50BC is #74AF43. Grayscale: #6D6D6D. Windows color (decimal): -7647044 or 12341387. OLE color: 12341387.

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

Color convert

RGB 139 80 188 -
CMYK 0.26 0.57 0 0.26
HSL 272.78º 0.45% 0.53% -
HSV(B) 272.78º 0.57% 0.74% -
XYZ 22.59 14.86 49.25 -
YUV 109.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 139 80 188 0.26 0.57 0 0.26 272.78 0.45 0.53
Hex 8B 50 BC 1A 39 0 1A 111 2D 35
Octal 213 120 274 32 71 0 32 421 55 65
Binary 10001011 1010000 10111100 11010 111001 0 11010 100010001 101101 110101

Color Harmonies of #8B50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B50BC

Black with #8B50BC

Text Example


Text Example

White with #8B50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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