#926CCD

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

Shades of Lilac Bush #926CCD

Tints of Lilac Bush #926CCD

Color information

#926CCD (or 0x926CCD) is unknown color: approx Lilac Bush. HEX triplet: 92, 6C and CD. RGB value is (146,108,205). Sum of RGB (Red+Green+Blue) = 146+108+205=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #926CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CCD is #6D9332. Grayscale: #828282. Windows color (decimal): -7181107 or 13462674. OLE color: 13462674.

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

Color convert

RGB146108205-
CMYK0.290.4700.20
HSL263.51º49.24%61.37%-
HSV(B)263.51º47.32%80.39%-
XYZ28.2421.2460.37-
YUV130.42170.09139.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=31.81%
G=23.53%
B=44.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461082050.290.4700.20263.5149.2461.37
Hex926CCD1D2F014108313d
Octal22215431535570244106175
Binary1001001011011001100110111101101111010100100001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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