Html Css Color HEX #8941BC Deep Lilac

📋 copy color: '#8941BC'

red 137 ◦ green 65 ◦ blue 188

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

Shades of Deep Lilac #8941BC

Tints of Deep Lilac #8941BC

RGB

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

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

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

R = 35.13%
G = 16.67%
B = 48.21%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8941BC (or 0x8941BC) is known color: Deep Lilac. HEX triplet: 89, 41 and BC. RGB value is (137,65,188). Sum of RGB (Red+Green+Blue) = 137+65+188=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #8941BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941BC is #76BE43. Grayscale: #646464. Windows color (decimal): -7781956 or 12337545. OLE color: 12337545.

HSL color Cylindrical-coordinate representation of color #8941BC: hue angle of 275.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8941BC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 65 188 -
CMYK 0.27 0.65 0 0.26
HSL 275.12º 0.49% 0.5% -
HSV(B) 275.12º 0.65% 0.74% -
XYZ 21.28 12.73 48.91 -
YUV 100.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 137 65 188 0.27 0.65 0 0.26 275.12 0.49 0.5
Hex 89 41 BC 1B 41 0 1A 113 31 32
Octal 211 101 274 33 101 0 32 423 61 62
Binary 10001001 1000001 10111100 11011 1000001 0 11010 100010011 110001 110010

Color Harmonies of #8941BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8941BC

Black with #8941BC

Text Example


Text Example

White with #8941BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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