Html Css Color HEX #946ECE Lilac Bush

📋 copy color: '#946ECE'

red 148 ◦ green 110 ◦ blue 206

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

Shades of Lilac Bush #946ECE

Tints of Lilac Bush #946ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 31.9%
G = 23.71%
B = 44.4%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#946ECE (or 0x946ECE) is known color: Lilac Bush. HEX triplet: 94, 6E and CE. RGB value is (148,110,206). Sum of RGB (Red+Green+Blue) = 148+110+206=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #946ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ECE is #6B9131. Grayscale: #838383. Windows color (decimal): -7049522 or 13528724. OLE color: 13528724.

HSL color Cylindrical-coordinate representation of color #946ECE: hue angle of 263.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946ECE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 110 206 -
CMYK 0.28 0.47 0 0.19
HSL 263.75º 0.49% 0.62% -
HSV(B) 263.75º 0.47% 0.81% -
XYZ 28.93 21.9 61.1 -
YUV 132.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 148 110 206 0.28 0.47 0 0.19 263.75 0.49 0.62
Hex 94 6E CE 1C 2F 0 13 108 31 3E
Octal 224 156 316 34 57 0 23 410 61 76
Binary 10010100 1101110 11001110 11100 101111 0 10011 100001000 110001 111110

Color Harmonies of #946ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946ECE

Black with #946ECE

Text Example


Text Example

White with #946ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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