#9775C4

Color #9775C4 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9775C4

Tints of Lilac Bush #9775C4

Color information

#9775C4 (or 0x9775C4) is unknown color: approx Lilac Bush. HEX triplet: 97, 75 and C4. RGB value is (151,117,196). Sum of RGB (Red+Green+Blue) = 151+117+196=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #9775C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775C4 is #688A3B. Grayscale: #878787. Windows color (decimal): -6851132 or 12875159. OLE color: 12875159.

HSL color Cylindrical-coordinate representation of color #9775C4: hue angle of 265.82º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9775C4 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB151117196-
CMYK0.230.4000.23
HSL265.82º40.1%61.37%-
HSV(B)265.82º40.31%76.86%-
XYZ29.0923.2955.19-
YUV136.17161.76138.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=32.54%
G=25.22%
B=42.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511171960.230.4000.23265.8240.161.37
Hex9775C4172801710a283d
Octal22716530427500274125075
Binary1001011111101011100010010111101000010111100001010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9775C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9775C4; }

 p { color: rgb(151,117,196); }

 H1.HeaderClassName
 {
   color: #9775C4;
 }
 .AnyTagClassName
 {
   color: #9775C4;
 }
</style>
background-color css

<style>
 a { background-color: #9775C4; }

 a { background-color: rgb(151,117,196); }

 div.DivClassName
 {
   background-color: #9775C4;
 }
 .BgClassName
 {
   background-color: #9775C4;
 }
</style>
border-color css

<style>
 span { border-color: #9775C4; }

 span { border-color: rgb(151,117,196); }

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