#9467BE

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

Shades of Lilac Bush #9467BE

Tints of Lilac Bush #9467BE

Color information

#9467BE (or 0x9467BE) is unknown color: approx Lilac Bush. HEX triplet: 94, 67 and BE. RGB value is (148,103,190). Sum of RGB (Red+Green+Blue) = 148+103+190=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 103 (40.62% from 255 or 23.36% 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 #9467BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467BE is #6B9841. Grayscale: #7E7E7E. Windows color (decimal): -7051330 or 12478356. OLE color: 12478356.

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

Color convert

RGB148103190-
CMYK0.220.4600.25
HSL271.03º40.09%57.45%-
HSV(B)271.03º45.79%74.51%-
XYZ26.3619.7151.13-
YUV126.37163.91143.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=33.56%
G=23.36%
B=43.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481031900.220.4600.25271.0340.0957.45
Hex9467BE162E01910f2839
Octal22414727626560314175071
Binary1001010011001111011111010110101110011001100001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9467BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,103,190); }

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

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

 a { background-color: rgb(148,103,190); }

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

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

 span { border-color: rgb(148,103,190); }

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