#926BCD

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

Shades of Lilac Bush #926BCD

Tints of Lilac Bush #926BCD

Color information

#926BCD (or 0x926BCD) is unknown color: approx Lilac Bush. HEX triplet: 92, 6B and CD. RGB value is (146,107,205). Sum of RGB (Red+Green+Blue) = 146+107+205=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #926BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BCD is #6D9432. Grayscale: #818181. Windows color (decimal): -7181363 or 13462418. OLE color: 13462418.

HSL color Cylindrical-coordinate representation of color #926BCD: hue angle of 263.88º degrees, saturation: 0.49, 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 #926BCD is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146107205-
CMYK0.290.4800.20
HSL263.88º49.49%61.18%-
HSV(B)263.88º47.8%80.39%-
XYZ28.1321.0360.33-
YUV129.83170.42139.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=31.88%
G=23.36%
B=44.76%

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
Decimal1461072050.290.4800.20263.8849.4961.18
Hex926BCD1D30014108313d
Octal22215331535600244106175
Binary1001001011010111100110111101110000010100100001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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