Html Css Color HEX #9376C3 Lilac Bush

📋 copy color: '#9376C3'

red 147 ◦ green 118 ◦ blue 195

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

Shades of Lilac Bush #9376C3

Tints of Lilac Bush #9376C3

RGB

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

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

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

R = 31.96%
G = 25.65%
B = 42.39%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9376C3 (or 0x9376C3) is known color: Lilac Bush. HEX triplet: 93, 76 and C3. RGB value is (147,118,195). Sum of RGB (Red+Green+Blue) = 147+118+195=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #9376C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376C3 is #6C893C. Grayscale: #878787. Windows color (decimal): -7113021 or 12809875. OLE color: 12809875.

HSL color Cylindrical-coordinate representation of color #9376C3: hue angle of 262.6º degrees, saturation: 0.39, 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 #9376C3 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 118 195 -
CMYK 0.25 0.39 0 0.24
HSL 262.6º 0.39% 0.61% -
HSV(B) 262.6º 0.39% 0.76% -
XYZ 28.36 23.1 54.59 -
YUV 135.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 147 118 195 0.25 0.39 0 0.24 262.6 0.39 0.61
Hex 93 76 C3 19 27 0 18 107 27 3D
Octal 223 166 303 31 47 0 30 407 47 75
Binary 10010011 1110110 11000011 11001 100111 0 11000 100000111 100111 111101

Color Harmonies of #9376C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376C3

Black with #9376C3

Text Example


Text Example

White with #9376C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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