Html Css Color HEX #8950BC Deep Lilac

📋 copy color: '#8950BC'

red 137 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #8950BC

Tints of Deep Lilac #8950BC

RGB

 RED value IS 137 (53.91% from 255) = 33.83%

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

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

R = 33.83%
G = 19.75%
B = 46.42%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8950BC (or 0x8950BC) is known color: Deep Lilac. HEX triplet: 89, 50 and BC. RGB value is (137,80,188). Sum of RGB (Red+Green+Blue) = 137+80+188=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #8950BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950BC is #76AF43. Grayscale: #6C6C6C. Windows color (decimal): -7778116 or 12341385. OLE color: 12341385.

HSL color Cylindrical-coordinate representation of color #8950BC: hue angle of 271.67º 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 #8950BC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 80 188 -
CMYK 0.27 0.57 0 0.26
HSL 271.67º 0.45% 0.53% -
HSV(B) 271.67º 0.57% 0.74% -
XYZ 22.26 14.69 49.24 -
YUV 109.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 137 80 188 0.27 0.57 0 0.26 271.67 0.45 0.53
Hex 89 50 BC 1B 39 0 1A 110 2D 35
Octal 211 120 274 33 71 0 32 420 55 65
Binary 10001001 1010000 10111100 11011 111001 0 11010 100010000 101101 110101

Color Harmonies of #8950BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950BC

Black with #8950BC

Text Example


Text Example

White with #8950BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8950BC; }

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

 H1.HeaderClassName
 {
   color: #8950BC;
 }
 .AnyTagClassName
 {
   color: #8950BC;
 }
</style>

background-color css

<style>
 a { background-color: #8950BC; }

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

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

border-color css

<style>
 span { border-color: #8950BC; }

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

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