#9467C1

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

Shades of Lilac Bush #9467C1

Tints of Lilac Bush #9467C1

Color information

#9467C1 (or 0x9467C1) is unknown color: approx Lilac Bush. HEX triplet: 94, 67 and C1. RGB value is (148,103,193). Sum of RGB (Red+Green+Blue) = 148+103+193=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #9467C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467C1 is #6B983E. Grayscale: #7E7E7E. Windows color (decimal): -7051327 or 12674964. OLE color: 12674964.

HSL color Cylindrical-coordinate representation of color #9467C1: hue angle of 270º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9467C1 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148103193-
CMYK0.230.4700.24
HSL270º42.06%58.04%-
HSV(B)270º46.63%75.69%-
XYZ26.6919.8552.88-
YUV126.72165.41143.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=33.33%
G=23.20%
B=43.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481031930.230.4700.2427042.0658.04
Hex9467C1172F01810e2a3a
Octal22414730127570304165272
Binary1001010011001111100000110111101111011000100001110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9467C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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