#9264BE

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

Shades of Lilac Bush #9264BE

Tints of Lilac Bush #9264BE

Color information

#9264BE (or 0x9264BE) is unknown color: approx Lilac Bush. HEX triplet: 92, 64 and BE. RGB value is (146,100,190). Sum of RGB (Red+Green+Blue) = 146+100+190=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9264BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264BE is #6D9B41. Grayscale: #7B7B7B. Windows color (decimal): -7183170 or 12477586. OLE color: 12477586.

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

Color convert

RGB146100190-
CMYK0.230.4700.25
HSL270.67º40.91%56.86%-
HSV(B)270.67º47.37%74.51%-
XYZ25.7118.9451.02-
YUV124.01165.24143.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=33.49%
G=22.94%
B=43.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461001900.230.4700.25270.6740.9156.86
Hex9264BE172F01910f2939
Octal22214427627570314175171
Binary1001001011001001011111010111101111011001100001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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