Html Css Color HEX #8942BD Deep Lilac

📋 copy color: '#8942BD'

red 137 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #8942BD

Tints of Deep Lilac #8942BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 34.95%
G = 16.84%
B = 48.21%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8942BD (or 0x8942BD) is known color: Deep Lilac. HEX triplet: 89, 42 and BD. RGB value is (137,66,189). Sum of RGB (Red+Green+Blue) = 137+66+189=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #8942BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8942BD is #76BD42. Grayscale: #646464. Windows color (decimal): -7781699 or 12403337. OLE color: 12403337.

HSL color Cylindrical-coordinate representation of color #8942BD: hue angle of 274.63º degrees, saturation: 0.48, 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 #8942BD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 66 189 -
CMYK 0.28 0.65 0 0.26
HSL 274.63º 0.48% 0.5% -
HSV(B) 274.63º 0.65% 0.74% -
XYZ 21.45 12.89 49.5 -
YUV 101.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 137 66 189 0.28 0.65 0 0.26 274.63 0.48 0.5
Hex 89 42 BD 1C 41 0 1A 113 30 32
Octal 211 102 275 34 101 0 32 423 60 62
Binary 10001001 1000010 10111101 11100 1000001 0 11010 100010011 110000 110010

Color Harmonies of #8942BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8942BD

Black with #8942BD

Text Example


Text Example

White with #8942BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8942BD; }

 p { color: rgb(137,66,189); }

 H1.HeaderClassName
 {
   color: #8942BD;
 }
 .AnyTagClassName
 {
   color: #8942BD;
 }
</style>

background-color css

<style>
 a { background-color: #8942BD; }

 a { background-color: rgb(137,66,189); }

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

border-color css

<style>
 span { border-color: #8942BD; }

 span { border-color: rgb(137,66,189); }

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