Html Css Color HEX #8941BE Deep Lilac

📋 copy color: '#8941BE'

red 137 ◦ green 65 ◦ blue 190

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

Shades of Deep Lilac #8941BE

Tints of Deep Lilac #8941BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

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

R = 34.95%
G = 16.58%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8941BE (or 0x8941BE) is known color: Deep Lilac. HEX triplet: 89, 41 and BE. RGB value is (137,65,190). Sum of RGB (Red+Green+Blue) = 137+65+190=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #8941BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941BE is #76BE41. Grayscale: #646464. Windows color (decimal): -7781954 or 12468617. OLE color: 12468617.

HSL color Cylindrical-coordinate representation of color #8941BE: hue angle of 274.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8941BE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 65 190 -
CMYK 0.28 0.66 0 0.25
HSL 274.56º 0.49% 0.5% -
HSV(B) 274.56º 0.66% 0.75% -
XYZ 21.5 12.82 50.06 -
YUV 100.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 137 65 190 0.28 0.66 0 0.25 274.56 0.49 0.5
Hex 89 41 BE 1C 42 0 19 113 31 32
Octal 211 101 276 34 102 0 31 423 61 62
Binary 10001001 1000001 10111110 11100 1000010 0 11001 100010011 110001 110010

Color Harmonies of #8941BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8941BE

Black with #8941BE

Text Example


Text Example

White with #8941BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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