#9269BE

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

Shades of Lilac Bush #9269BE

Tints of Lilac Bush #9269BE

Color information

#9269BE (or 0x9269BE) is unknown color: approx Lilac Bush. HEX triplet: 92, 69 and BE. RGB value is (146,105,190). Sum of RGB (Red+Green+Blue) = 146+105+190=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9269BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269BE is #6D9641. Grayscale: #7E7E7E. Windows color (decimal): -7181890 or 12478866. OLE color: 12478866.

HSL color Cylindrical-coordinate representation of color #9269BE: hue angle of 268.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9269BE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146105190-
CMYK0.230.4500.25
HSL268.94º39.53%57.84%-
HSV(B)268.94º44.74%74.51%-
XYZ26.219.9351.18-
YUV126.95163.58141.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=33.11%
G=23.81%
B=43.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461051900.230.4500.25268.9439.5357.84
Hex9269BE172D01910d283a
Octal22215127627550314155072
Binary1001001011010011011111010111101101011001100001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9269BE; }

 p { color: rgb(146,105,190); }

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

<style>
 a { background-color: #9269BE; }

 a { background-color: rgb(146,105,190); }

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

<style>
 span { border-color: #9269BE; }

 span { border-color: rgb(146,105,190); }

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