Html Css Color HEX #9478C1 Lilac Bush

📋 copy color: '#9478C1'

red 148 ◦ green 120 ◦ blue 193

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

Shades of Lilac Bush #9478C1

Tints of Lilac Bush #9478C1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.03%

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 32.1%
G = 26.03%
B = 41.87%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9478C1 (or 0x9478C1) is known color: Lilac Bush. HEX triplet: 94, 78 and C1. RGB value is (148,120,193). Sum of RGB (Red+Green+Blue) = 148+120+193=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #9478C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478C1 is #6B873E. Grayscale: #888888. Windows color (decimal): -7046975 or 12679316. OLE color: 12679316.

HSL color Cylindrical-coordinate representation of color #9478C1: hue angle of 263.01º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9478C1 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 120 193 -
CMYK 0.23 0.38 0 0.24
HSL 263.01º 0.37% 0.61% -
HSV(B) 263.01º 0.38% 0.76% -
XYZ 28.55 23.58 53.5 -
YUV 136.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 148 120 193 0.23 0.38 0 0.24 263.01 0.37 0.61
Hex 94 78 C1 17 26 0 18 107 25 3D
Octal 224 170 301 27 46 0 30 407 45 75
Binary 10010100 1111000 11000001 10111 100110 0 11000 100000111 100101 111101

Color Harmonies of #9478C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478C1

Black with #9478C1

Text Example


Text Example

White with #9478C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9478C1; }

 p { color: rgb(148,120,193); }

 H1.HeaderClassName
 {
   color: #9478C1;
 }
 .AnyTagClassName
 {
   color: #9478C1;
 }
</style>

background-color css

<style>
 a { background-color: #9478C1; }

 a { background-color: rgb(148,120,193); }

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

border-color css

<style>
 span { border-color: #9478C1; }

 span { border-color: rgb(148,120,193); }

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