Html Css Color HEX #9479BE Lilac Bush

📋 copy color: '#9479BE'

red 148 ◦ green 121 ◦ blue 190

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

Shades of Lilac Bush #9479BE

Tints of Lilac Bush #9479BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 32.24%
G = 26.36%
B = 41.39%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9479BE (or 0x9479BE) is known color: Lilac Bush. HEX triplet: 94, 79 and BE. RGB value is (148,121,190). Sum of RGB (Red+Green+Blue) = 148+121+190=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #9479BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479BE is #6B8641. Grayscale: #888888. Windows color (decimal): -7046722 or 12482964. OLE color: 12482964.

HSL color Cylindrical-coordinate representation of color #9479BE: hue angle of 263.48º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9479BE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 121 190 -
CMYK 0.22 0.36 0 0.25
HSL 263.48º 0.35% 0.61% -
HSV(B) 263.48º 0.36% 0.75% -
XYZ 28.34 23.69 51.79 -
YUV 136.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 148 121 190 0.22 0.36 0 0.25 263.48 0.35 0.61
Hex 94 79 BE 16 24 0 19 107 23 3D
Octal 224 171 276 26 44 0 31 407 43 75
Binary 10010100 1111001 10111110 10110 100100 0 11001 100000111 100011 111101

Color Harmonies of #9479BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479BE

Black with #9479BE

Text Example


Text Example

White with #9479BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9479BE; }

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

 H1.HeaderClassName
 {
   color: #9479BE;
 }
 .AnyTagClassName
 {
   color: #9479BE;
 }
</style>

background-color css

<style>
 a { background-color: #9479BE; }

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

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

border-color css

<style>
 span { border-color: #9479BE; }

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

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