Html Css Color HEX #946EBE Lilac Bush

📋 copy color: '#946EBE'

red 148 ◦ green 110 ◦ blue 190

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

Shades of Lilac Bush #946EBE

Tints of Lilac Bush #946EBE

RGB

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

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

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

R = 33.04%
G = 24.55%
B = 42.41%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#946EBE (or 0x946EBE) is known color: Lilac Bush. HEX triplet: 94, 6E and BE. RGB value is (148,110,190). Sum of RGB (Red+Green+Blue) = 148+110+190=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #946EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EBE is #6B9141. Grayscale: #828282. Windows color (decimal): -7049538 or 12480148. OLE color: 12480148.

HSL color Cylindrical-coordinate representation of color #946EBE: hue angle of 268.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946EBE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 110 190 -
CMYK 0.22 0.42 0 0.25
HSL 268.5º 0.38% 0.59% -
HSV(B) 268.5º 0.42% 0.75% -
XYZ 27.08 21.17 51.37 -
YUV 130.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 148 110 190 0.22 0.42 0 0.25 268.5 0.38 0.59
Hex 94 6E BE 16 2A 0 19 10C 26 3B
Octal 224 156 276 26 52 0 31 414 46 73
Binary 10010100 1101110 10111110 10110 101010 0 11001 100001100 100110 111011

Color Harmonies of #946EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EBE

Black with #946EBE

Text Example


Text Example

White with #946EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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