#9469C6

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

Shades of Lilac Bush #9469C6

Tints of Lilac Bush #9469C6

Color information

#9469C6 (or 0x9469C6) is unknown color: approx Lilac Bush. HEX triplet: 94, 69 and C6. RGB value is (148,105,198). Sum of RGB (Red+Green+Blue) = 148+105+198=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #9469C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469C6 is #6B9639. Grayscale: #808080. Windows color (decimal): -7050810 or 13003156. OLE color: 13003156.

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

Color convert

RGB148105198-
CMYK0.250.4700.22
HSL267.74º44.93%59.41%-
HSV(B)267.74º46.97%77.65%-
XYZ27.4620.4855.93-
YUV128.46167.25141.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.82%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=32.82%
G=23.28%
B=43.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481051980.250.4700.22267.7444.9359.41
Hex9469C6192F01610c2d3b
Octal22415130631570264145573
Binary1001010011010011100011011001101111010110100001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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