#9268B8

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

Shades of Lilac Bush #9268B8

Tints of Lilac Bush #9268B8

Color information

#9268B8 (or 0x9268B8) is unknown color: approx Lilac Bush. HEX triplet: 92, 68 and B8. RGB value is (146,104,184). Sum of RGB (Red+Green+Blue) = 146+104+184=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 184 - color contains mainly: blue. Hex color #9268B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268B8 is #6D9747. Grayscale: #7D7D7D. Windows color (decimal): -7182152 or 12085394. OLE color: 12085394.

HSL color Cylindrical-coordinate representation of color #9268B8: hue angle of 271.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9268B8 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB146104184-
CMYK0.210.4300.28
HSL271.5º36.04%56.47%-
HSV(B)271.5º43.48%72.16%-
XYZ25.4619.4747.76-
YUV125.68160.91142.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 184 (72.27% from 255) = 42.40%
R=33.64%
G=23.96%
B=42.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461041840.210.4300.28271.536.0456.47
Hex9268B8152B01C1102438
Octal22215027025530344204470
Binary1001001011010001011100010101101011011100100010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9268B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9268B8; }

 p { color: rgb(146,104,184); }

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

<style>
 a { background-color: #9268B8; }

 a { background-color: rgb(146,104,184); }

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

<style>
 span { border-color: #9268B8; }

 span { border-color: rgb(146,104,184); }

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