#9270BE

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

Shades of Lilac Bush #9270BE

Tints of Lilac Bush #9270BE

Color information

#9270BE (or 0x9270BE) is unknown color: approx Lilac Bush. HEX triplet: 92, 70 and BE. RGB value is (146,112,190). Sum of RGB (Red+Green+Blue) = 146+112+190=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #9270BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9270BE is #6D8F41. Grayscale: #828282. Windows color (decimal): -7180098 or 12480658. OLE color: 12480658.

HSL color Cylindrical-coordinate representation of color #9270BE: hue angle of 266.15º degrees, saturation: 0.38, 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 #9270BE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146112190-
CMYK0.230.4100.25
HSL266.15º37.5%59.22%-
HSV(B)266.15º41.05%74.51%-
XYZ26.9421.4251.43-
YUV131.06161.26138.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.59%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=32.59%
G=25%
B=42.41%

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
Decimal1461121900.230.4100.25266.1537.559.22
Hex9270BE172901910a263b
Octal22216027627510314124673
Binary1001001011100001011111010111101001011001100001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9270BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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