Html Css Color HEX #946EC5 Lilac Bush

📋 copy color: '#946EC5'

red 148 ◦ green 110 ◦ blue 197

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

Shades of Lilac Bush #946EC5

Tints of Lilac Bush #946EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 32.53%
G = 24.18%
B = 43.3%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#946EC5 (or 0x946EC5) is known color: Lilac Bush. HEX triplet: 94, 6E and C5. RGB value is (148,110,197). Sum of RGB (Red+Green+Blue) = 148+110+197=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #946EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EC5 is #6B913A. Grayscale: #828282. Windows color (decimal): -7049531 or 12938900. OLE color: 12938900.

HSL color Cylindrical-coordinate representation of color #946EC5: hue angle of 266.21º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #946EC5 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 110 197 -
CMYK 0.25 0.44 0 0.23
HSL 266.21º 0.43% 0.6% -
HSV(B) 266.21º 0.44% 0.77% -
XYZ 27.87 21.48 55.5 -
YUV 131.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 148 110 197 0.25 0.44 0 0.23 266.21 0.43 0.6
Hex 94 6E C5 19 2C 0 17 10A 2B 3C
Octal 224 156 305 31 54 0 27 412 53 74
Binary 10010100 1101110 11000101 11001 101100 0 10111 100001010 101011 111100

Color Harmonies of #946EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EC5

Black with #946EC5

Text Example


Text Example

White with #946EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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