Html Css Color HEX #8B50BF Deep Lilac

📋 copy color: '#8B50BF'

red 139 ◦ green 80 ◦ blue 191

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

Shades of Deep Lilac #8B50BF

Tints of Deep Lilac #8B50BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 33.9%
G = 19.51%
B = 46.59%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B50BF (or 0x8B50BF) is known color: Deep Lilac. HEX triplet: 8B, 50 and BF. RGB value is (139,80,191). Sum of RGB (Red+Green+Blue) = 139+80+191=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50BF is #74AF40. Grayscale: #6D6D6D. Windows color (decimal): -7647041 or 12537995. OLE color: 12537995.

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

Color convert

RGB 139 80 191 -
CMYK 0.27 0.58 0 0.25
HSL 271.89º 0.46% 0.53% -
HSV(B) 271.89º 0.58% 0.75% -
XYZ 22.92 14.99 50.98 -
YUV 110.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 139 80 191 0.27 0.58 0 0.25 271.89 0.46 0.53
Hex 8B 50 BF 1B 3A 0 19 110 2E 35
Octal 213 120 277 33 72 0 31 420 56 65
Binary 10001011 1010000 10111111 11011 111010 0 11001 100010000 101110 110101

Color Harmonies of #8B50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B50BF

Black with #8B50BF

Text Example


Text Example

White with #8B50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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