Html Css Color HEX #9477BE Lilac Bush

📋 copy color: '#9477BE'

red 148 ◦ green 119 ◦ blue 190

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

Shades of Lilac Bush #9477BE

Tints of Lilac Bush #9477BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.04%

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

R = 32.39%
G = 26.04%
B = 41.58%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9477BE (or 0x9477BE) is known color: Lilac Bush. HEX triplet: 94, 77 and BE. RGB value is (148,119,190). Sum of RGB (Red+Green+Blue) = 148+119+190=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9477BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477BE is #6B8841. Grayscale: #878787. Windows color (decimal): -7047234 or 12482452. OLE color: 12482452.

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

Color convert

RGB 148 119 190 -
CMYK 0.22 0.37 0 0.25
HSL 264.51º 0.35% 0.61% -
HSV(B) 264.51º 0.37% 0.75% -
XYZ 28.1 23.21 51.71 -
YUV 135.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 148 119 190 0.22 0.37 0 0.25 264.51 0.35 0.61
Hex 94 77 BE 16 25 0 19 109 23 3D
Octal 224 167 276 26 45 0 31 411 43 75
Binary 10010100 1110111 10111110 10110 100101 0 11001 100001001 100011 111101

Color Harmonies of #9477BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477BE

Black with #9477BE

Text Example


Text Example

White with #9477BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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