#9A75C4

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

Shades of Lilac Bush #9A75C4

Tints of Lilac Bush #9A75C4

Color information

#9A75C4 (or 0x9A75C4) is unknown color: approx Lilac Bush. HEX triplet: 9A, 75 and C4. RGB value is (154,117,196). Sum of RGB (Red+Green+Blue) = 154+117+196=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A75C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75C4 is #658A3B. Grayscale: #888888. Windows color (decimal): -6654524 or 12875162. OLE color: 12875162.

HSL color Cylindrical-coordinate representation of color #9A75C4: hue angle of 268.1º 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 #9A75C4 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB154117196-
CMYK0.210.4000.23
HSL268.1º40.1%61.37%-
HSV(B)268.1º40.31%76.86%-
XYZ29.6523.5855.21-
YUV137.07161.26140.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=32.98%
G=25.05%
B=41.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541171960.210.4000.23268.140.161.37
Hex9A75C4152801710c283d
Octal23216530425500274145075
Binary1001101011101011100010010101101000010111100001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A75C4; }

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

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

<style>
 a { background-color: #9A75C4; }

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

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

<style>
 span { border-color: #9A75C4; }

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

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