#926BC5

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

Shades of Lilac Bush #926BC5

Tints of Lilac Bush #926BC5

Color information

#926BC5 (or 0x926BC5) is unknown color: approx Lilac Bush. HEX triplet: 92, 6B and C5. RGB value is (146,107,197). Sum of RGB (Red+Green+Blue) = 146+107+197=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #926BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BC5 is #6D943A. Grayscale: #808080. Windows color (decimal): -7181371 or 12938130. OLE color: 12938130.

HSL color Cylindrical-coordinate representation of color #926BC5: hue angle of 266º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #926BC5 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146107197-
CMYK0.260.4600.23
HSL266º43.69%59.61%-
HSV(B)266º45.69%77.25%-
XYZ27.1920.6655.38-
YUV128.92166.42140.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=32.44%
G=23.78%
B=43.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461071970.260.4600.2326643.6959.61
Hex926BC51A2E01710a2c3c
Octal22215330532560274125474
Binary1001001011010111100010111010101110010111100001010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926BC5; }

 p { color: rgb(146,107,197); }

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

<style>
 a { background-color: #926BC5; }

 a { background-color: rgb(146,107,197); }

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

<style>
 span { border-color: #926BC5; }

 span { border-color: rgb(146,107,197); }

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