Html Css Color HEX #8946BD Deep Lilac

📋 copy color: '#8946BD'

red 137 ◦ green 70 ◦ blue 189

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

Shades of Deep Lilac #8946BD

Tints of Deep Lilac #8946BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 34.6%
G = 17.68%
B = 47.73%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8946BD (or 0x8946BD) is known color: Deep Lilac. HEX triplet: 89, 46 and BD. RGB value is (137,70,189). Sum of RGB (Red+Green+Blue) = 137+70+189=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #8946BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8946BD is #76B942. Grayscale: #676767. Windows color (decimal): -7780675 or 12404361. OLE color: 12404361.

HSL color Cylindrical-coordinate representation of color #8946BD: hue angle of 273.78º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8946BD is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 70 189 -
CMYK 0.28 0.63 0 0.26
HSL 273.78º 0.47% 0.51% -
HSV(B) 273.78º 0.63% 0.74% -
XYZ 21.69 13.37 49.58 -
YUV 103.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 137 70 189 0.28 0.63 0 0.26 273.78 0.47 0.51
Hex 89 46 BD 1C 3F 0 1A 112 2F 33
Octal 211 106 275 34 77 0 32 422 57 63
Binary 10001001 1000110 10111101 11100 111111 0 11010 100010010 101111 110011

Color Harmonies of #8946BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8946BD

Black with #8946BD

Text Example


Text Example

White with #8946BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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