#9469C5

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

Shades of Lilac Bush #9469C5

Tints of Lilac Bush #9469C5

Color information

#9469C5 (or 0x9469C5) is unknown color: approx Lilac Bush. HEX triplet: 94, 69 and C5. RGB value is (148,105,197). Sum of RGB (Red+Green+Blue) = 148+105+197=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #9469C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469C5 is #6B963A. Grayscale: #808080. Windows color (decimal): -7050811 or 12937620. OLE color: 12937620.

HSL color Cylindrical-coordinate representation of color #9469C5: hue angle of 268.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9469C5 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148105197-
CMYK0.250.4700.23
HSL268.04º44.23%59.22%-
HSV(B)268.04º46.7%77.25%-
XYZ27.3420.4355.33-
YUV128.34166.75142.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=32.89%
G=23.33%
B=43.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481051970.250.4700.23268.0444.2359.22
Hex9469C5192F01710c2c3b
Octal22415130531570274145473
Binary1001010011010011100010111001101111010111100001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9469C5; }

 p { color: rgb(148,105,197); }

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

<style>
 a { background-color: #9469C5; }

 a { background-color: rgb(148,105,197); }

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

<style>
 span { border-color: #9469C5; }

 span { border-color: rgb(148,105,197); }

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