#926CC0

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

Shades of Lilac Bush #926CC0

Tints of Lilac Bush #926CC0

Color information

#926CC0 (or 0x926CC0) is unknown color: approx Lilac Bush. HEX triplet: 92, 6C and C0. RGB value is (146,108,192). Sum of RGB (Red+Green+Blue) = 146+108+192=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #926CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CC0 is #6D933F. Grayscale: #808080. Windows color (decimal): -7181120 or 12610706. OLE color: 12610706.

HSL color Cylindrical-coordinate representation of color #926CC0: hue angle of 267.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #926CC0 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146108192-
CMYK0.240.4400.25
HSL267.14º40%58.82%-
HSV(B)267.14º43.75%75.29%-
XYZ26.7320.6452.44-
YUV128.94163.59140.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=32.74%
G=24.22%
B=43.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461081920.240.4400.25267.144058.82
Hex926CC0182C01910b283b
Octal22215430030540314135073
Binary1001001011011001100000011000101100011001100001011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,192); }

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

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

 a { background-color: rgb(146,108,192); }

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

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

 span { border-color: rgb(146,108,192); }

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