Html Css Color HEX #9474C3 Lilac Bush

📋 copy color: '#9474C3'

red 148 ◦ green 116 ◦ blue 195

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

Shades of Lilac Bush #9474C3

Tints of Lilac Bush #9474C3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.27%

 BLUE value IS 195 (76.56% from 255) = 42.48%

R = 32.24%
G = 25.27%
B = 42.48%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9474C3 (or 0x9474C3) is known color: Lilac Bush. HEX triplet: 94, 74 and C3. RGB value is (148,116,195). Sum of RGB (Red+Green+Blue) = 148+116+195=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #9474C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9474C3 is #6B8B3C. Grayscale: #868686. Windows color (decimal): -7047997 or 12809364. OLE color: 12809364.

HSL color Cylindrical-coordinate representation of color #9474C3: hue angle of 264.3º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9474C3 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 116 195 -
CMYK 0.24 0.41 0 0.24
HSL 264.3º 0.4% 0.61% -
HSV(B) 264.3º 0.41% 0.76% -
XYZ 28.31 22.73 54.52 -
YUV 134.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 148 116 195 0.24 0.41 0 0.24 264.3 0.4 0.61
Hex 94 74 C3 18 29 0 18 108 28 3D
Octal 224 164 303 30 51 0 30 410 50 75
Binary 10010100 1110100 11000011 11000 101001 0 11000 100001000 101000 111101

Color Harmonies of #9474C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474C3

Black with #9474C3

Text Example


Text Example

White with #9474C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9474C3; }

 p { color: rgb(148,116,195); }

 H1.HeaderClassName
 {
   color: #9474C3;
 }
 .AnyTagClassName
 {
   color: #9474C3;
 }
</style>

background-color css

<style>
 a { background-color: #9474C3; }

 a { background-color: rgb(148,116,195); }

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

border-color css

<style>
 span { border-color: #9474C3; }

 span { border-color: rgb(148,116,195); }

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