Html Css Color HEX #8950BE Deep Lilac

📋 copy color: '#8950BE'

red 137 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #8950BE

Tints of Deep Lilac #8950BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 33.66%
G = 19.66%
B = 46.68%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8950BE (or 0x8950BE) is known color: Deep Lilac. HEX triplet: 89, 50 and BE. RGB value is (137,80,190). Sum of RGB (Red+Green+Blue) = 137+80+190=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8950BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950BE is #76AF41. Grayscale: #6D6D6D. Windows color (decimal): -7778114 or 12472457. OLE color: 12472457.

HSL color Cylindrical-coordinate representation of color #8950BE: hue angle of 271.09º 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 #8950BE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 80 190 -
CMYK 0.28 0.58 0 0.25
HSL 271.09º 0.46% 0.53% -
HSV(B) 271.09º 0.58% 0.75% -
XYZ 22.48 14.77 50.38 -
YUV 109.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 137 80 190 0.28 0.58 0 0.25 271.09 0.46 0.53
Hex 89 50 BE 1C 3A 0 19 10F 2E 35
Octal 211 120 276 34 72 0 31 417 56 65
Binary 10001001 1010000 10111110 11100 111010 0 11001 100001111 101110 110101

Color Harmonies of #8950BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950BE

Black with #8950BE

Text Example


Text Example

White with #8950BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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