#9A75CD

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

Shades of Lilac Bush #9A75CD

Tints of Lilac Bush #9A75CD

Color information

#9A75CD (or 0x9A75CD) is unknown color: approx Lilac Bush. HEX triplet: 9A, 75 and CD. RGB value is (154,117,205). Sum of RGB (Red+Green+Blue) = 154+117+205=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A75CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75CD is #658A32. Grayscale: #898989. Windows color (decimal): -6654515 or 13464986. OLE color: 13464986.

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

Color convert

RGB154117205-
CMYK0.250.4300.20
HSL265.23º46.81%63.14%-
HSV(B)265.23º42.93%80.39%-
XYZ30.712460.77-
YUV138.1165.76139.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=32.35%
G=24.58%
B=43.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541172050.250.4300.20265.2346.8163.14
Hex9A75CD192B0141092f3f
Octal23216531531530244115777
Binary1001101011101011100110111001101011010100100001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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