#9465BC

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

Shades of Lilac Bush #9465BC

Tints of Lilac Bush #9465BC

Color information

#9465BC (or 0x9465BC) is unknown color: approx Lilac Bush. HEX triplet: 94, 65 and BC. RGB value is (148,101,188). Sum of RGB (Red+Green+Blue) = 148+101+188=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9465BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465BC is #6B9A43. Grayscale: #7C7C7C. Windows color (decimal): -7051844 or 12346772. OLE color: 12346772.

HSL color Cylindrical-coordinate representation of color #9465BC: hue angle of 272.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9465BC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148101188-
CMYK0.210.4600.26
HSL272.41º39.37%56.67%-
HSV(B)272.41º46.28%73.73%-
XYZ25.9419.2349.92-
YUV124.97163.57144.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=33.87%
G=23.11%
B=43.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481011880.210.4600.26272.4139.3756.67
Hex9465BC152E01A1102739
Octal22414527425560324204771
Binary1001010011001011011110010101101110011010100010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9465BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9465BC; }

 p { color: rgb(148,101,188); }

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

<style>
 a { background-color: #9465BC; }

 a { background-color: rgb(148,101,188); }

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

<style>
 span { border-color: #9465BC; }

 span { border-color: rgb(148,101,188); }

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