Html Css Color HEX #9477BF Lilac Bush

📋 copy color: '#9477BF'

red 148 ◦ green 119 ◦ blue 191

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

Shades of Lilac Bush #9477BF

Tints of Lilac Bush #9477BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 32.31%
G = 25.98%
B = 41.7%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9477BF (or 0x9477BF) is known color: Lilac Bush. HEX triplet: 94, 77 and BF. RGB value is (148,119,191). Sum of RGB (Red+Green+Blue) = 148+119+191=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9477BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477BF is #6B8840. Grayscale: #878787. Windows color (decimal): -7047233 or 12547988. OLE color: 12547988.

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

Color convert

RGB 148 119 191 -
CMYK 0.23 0.38 0 0.25
HSL 264.17º 0.36% 0.61% -
HSV(B) 264.17º 0.38% 0.75% -
XYZ 28.21 23.25 52.29 -
YUV 135.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 148 119 191 0.23 0.38 0 0.25 264.17 0.36 0.61
Hex 94 77 BF 17 26 0 19 108 24 3D
Octal 224 167 277 27 46 0 31 410 44 75
Binary 10010100 1110111 10111111 10111 100110 0 11001 100001000 100100 111101

Color Harmonies of #9477BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477BF

Black with #9477BF

Text Example


Text Example

White with #9477BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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