Html Css Color HEX #946EBC Lilac Bush

📋 copy color: '#946EBC'

red 148 ◦ green 110 ◦ blue 188

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

Shades of Lilac Bush #946EBC

Tints of Lilac Bush #946EBC

RGB

 RED value IS 148 (58.2% from 255) = 33.18%

 GREEN value IS 110 (43.36% from 255) = 24.66%

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

R = 33.18%
G = 24.66%
B = 42.15%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#946EBC (or 0x946EBC) is known color: Lilac Bush. HEX triplet: 94, 6E and BC. RGB value is (148,110,188). Sum of RGB (Red+Green+Blue) = 148+110+188=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #946EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EBC is #6B9143. Grayscale: #818181. Windows color (decimal): -7049540 or 12349076. OLE color: 12349076.

HSL color Cylindrical-coordinate representation of color #946EBC: hue angle of 269.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #946EBC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 110 188 -
CMYK 0.21 0.41 0 0.26
HSL 269.23º 0.37% 0.58% -
HSV(B) 269.23º 0.41% 0.74% -
XYZ 26.87 21.08 50.23 -
YUV 130.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 148 110 188 0.21 0.41 0 0.26 269.23 0.37 0.58
Hex 94 6E BC 15 29 0 1A 10D 25 3A
Octal 224 156 274 25 51 0 32 415 45 72
Binary 10010100 1101110 10111100 10101 101001 0 11010 100001101 100101 111010

Color Harmonies of #946EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EBC

Black with #946EBC

Text Example


Text Example

White with #946EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946EBC; }

 p { color: rgb(148,110,188); }

 H1.HeaderClassName
 {
   color: #946EBC;
 }
 .AnyTagClassName
 {
   color: #946EBC;
 }
</style>

background-color css

<style>
 a { background-color: #946EBC; }

 a { background-color: rgb(148,110,188); }

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

border-color css

<style>
 span { border-color: #946EBC; }

 span { border-color: rgb(148,110,188); }

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