Html Css Color HEX #906EBC Lilac Bush

📋 copy color: '#906EBC'

red 144 ◦ green 110 ◦ blue 188

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

Shades of Lilac Bush #906EBC

Tints of Lilac Bush #906EBC

RGB

 RED value IS 144 (56.64% from 255) = 32.58%

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

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

R = 32.58%
G = 24.89%
B = 42.53%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#906EBC (or 0x906EBC) is known color: Lilac Bush. HEX triplet: 90, 6E and BC. RGB value is (144,110,188). Sum of RGB (Red+Green+Blue) = 144+110+188=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #906EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EBC is #6F9143. Grayscale: #808080. Windows color (decimal): -7311684 or 12349072. OLE color: 12349072.

HSL color Cylindrical-coordinate representation of color #906EBC: hue angle of 266.15º 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 #906EBC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 110 188 -
CMYK 0.23 0.41 0 0.26
HSL 266.15º 0.37% 0.58% -
HSV(B) 266.15º 0.41% 0.74% -
XYZ 26.15 20.71 50.2 -
YUV 129.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 144 110 188 0.23 0.41 0 0.26 266.15 0.37 0.58
Hex 90 6E BC 17 29 0 1A 10A 25 3A
Octal 220 156 274 27 51 0 32 412 45 72
Binary 10010000 1101110 10111100 10111 101001 0 11010 100001010 100101 111010

Color Harmonies of #906EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EBC

Black with #906EBC

Text Example


Text Example

White with #906EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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