Html Css Color HEX #9376C1 Lilac Bush

📋 copy color: '#9376C1'

red 147 ◦ green 118 ◦ blue 193

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

Shades of Lilac Bush #9376C1

Tints of Lilac Bush #9376C1

RGB

 RED value IS 147 (57.81% from 255) = 32.1%

 GREEN value IS 118 (46.48% from 255) = 25.76%

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

R = 32.1%
G = 25.76%
B = 42.14%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9376C1 (or 0x9376C1) is known color: Lilac Bush. HEX triplet: 93, 76 and C1. RGB value is (147,118,193). Sum of RGB (Red+Green+Blue) = 147+118+193=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #9376C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376C1 is #6C893E. Grayscale: #868686. Windows color (decimal): -7113023 or 12678803. OLE color: 12678803.

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

Color convert

RGB 147 118 193 -
CMYK 0.24 0.39 0 0.24
HSL 263.2º 0.38% 0.61% -
HSV(B) 263.2º 0.39% 0.76% -
XYZ 28.14 23.01 53.41 -
YUV 135.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 147 118 193 0.24 0.39 0 0.24 263.2 0.38 0.61
Hex 93 76 C1 18 27 0 18 107 26 3D
Octal 223 166 301 30 47 0 30 407 46 75
Binary 10010011 1110110 11000001 11000 100111 0 11000 100000111 100110 111101

Color Harmonies of #9376C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376C1

Black with #9376C1

Text Example


Text Example

White with #9376C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,118,193); }

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

background-color css

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

 a { background-color: rgb(147,118,193); }

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

border-color css

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

 span { border-color: rgb(147,118,193); }

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