#926ACD

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

Shades of Lilac Bush #926ACD

Tints of Lilac Bush #926ACD

Color information

#926ACD (or 0x926ACD) is unknown color: approx Lilac Bush. HEX triplet: 92, 6A and CD. RGB value is (146,106,205). Sum of RGB (Red+Green+Blue) = 146+106+205=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #926ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ACD is #6D9532. Grayscale: #808080. Windows color (decimal): -7181619 or 13462162. OLE color: 13462162.

HSL color Cylindrical-coordinate representation of color #926ACD: hue angle of 264.24º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #926ACD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146106205-
CMYK0.290.4800.20
HSL264.24º49.75%60.98%-
HSV(B)264.24º48.29%80.39%-
XYZ28.0320.8360.3-
YUV129.25170.75139.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=31.95%
G=23.19%
B=44.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461062050.290.4800.20264.2449.7560.98
Hex926ACD1D30014108323d
Octal22215231535600244106275
Binary1001001011010101100110111101110000010100100001000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,106,205); }

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

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

 a { background-color: rgb(146,106,205); }

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

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

 span { border-color: rgb(146,106,205); }

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