#9a75ce

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

Shades of Lilac Bush #9A75CE

Tints of Lilac Bush #9A75CE

Color information

#9A75CE (or 0x9A75CE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 75 and CE. RGB value is (154,117,206). Sum of RGB (Red+Green+Blue) = 154+117+206=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A75CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75CE is #658A31. Grayscale: #898989. Windows color (decimal): -6654514 or 13530522. OLE color: 13530522.

HSL color Cylindrical-coordinate representation of color #9A75CE: hue angle of 264.94º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A75CE is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154117206-
CMYK0.250.4300.19
HSL264.94º47.59%63.33%-
HSV(B)264.94º43.2%80.78%-
XYZ30.8324.0561.41-
YUV138.21166.26139.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=32.29%
G=24.53%
B=43.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541172060.250.4300.19264.9447.5963.33
Hex9A75CE192B013109303f
Octal23216531631530234116077
Binary1001101011101011100111011001101011010011100001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a75ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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