#9271BE

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

Shades of Lilac Bush #9271BE

Tints of Lilac Bush #9271BE

Color information

#9271BE (or 0x9271BE) is unknown color: approx Lilac Bush. HEX triplet: 92, 71 and BE. RGB value is (146,113,190). Sum of RGB (Red+Green+Blue) = 146+113+190=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9271BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271BE is #6D8E41. Grayscale: #838383. Windows color (decimal): -7179842 or 12480914. OLE color: 12480914.

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

Color convert

RGB146113190-
CMYK0.230.4100.25
HSL265.71º37.2%59.41%-
HSV(B)265.71º40.53%74.51%-
XYZ27.0521.6451.47-
YUV131.65160.93138.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=32.52%
G=25.17%
B=42.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461131900.230.4100.25265.7137.259.41
Hex9271BE172901910a253b
Octal22216127627510314124573
Binary1001001011100011011111010111101001011001100001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9271BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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