#9a75c1

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

Shades of Lilac Bush #9A75C1

Tints of Lilac Bush #9A75C1

Color information

#9A75C1 (or 0x9A75C1) is unknown color: approx Lilac Bush. HEX triplet: 9A, 75 and C1. RGB value is (154,117,193). Sum of RGB (Red+Green+Blue) = 154+117+193=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75C1 is #658A3E. Grayscale: #888888. Windows color (decimal): -6654527 or 12678554. OLE color: 12678554.

HSL color Cylindrical-coordinate representation of color #9A75C1: hue angle of 269.21º 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 #9A75C1 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154117193-
CMYK0.200.3900.24
HSL269.21º38%60.78%-
HSV(B)269.21º39.38%75.69%-
XYZ29.3123.4453.43-
YUV136.73159.76140.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=33.19%
G=25.22%
B=41.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541171930.200.3900.24269.213860.78
Hex9A75C1142701810d263d
Octal23216530124470304154675
Binary1001101011101011100000110100100111011000100001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a75c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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