#946ABC

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

Shades of Lilac Bush #946ABC

Tints of Lilac Bush #946ABC

Color information

#946ABC (or 0x946ABC) is unknown color: approx Lilac Bush. HEX triplet: 94, 6A and BC. RGB value is (148,106,188). Sum of RGB (Red+Green+Blue) = 148+106+188=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #946ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ABC is #6B9543. Grayscale: #7F7F7F. Windows color (decimal): -7050564 or 12348052. OLE color: 12348052.

HSL color Cylindrical-coordinate representation of color #946ABC: hue angle of 270.73º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #946ABC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148106188-
CMYK0.210.4400.26
HSL270.73º37.96%57.65%-
HSV(B)270.73º43.62%73.73%-
XYZ26.4420.2350.09-
YUV127.91161.91142.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=33.48%
G=23.98%
B=42.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481061880.210.4400.26270.7337.9657.65
Hex946ABC152C01A10f263a
Octal22415227425540324174672
Binary1001010011010101011110010101101100011010100001111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946ABC; }

 p { color: rgb(148,106,188); }

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

<style>
 a { background-color: #946ABC; }

 a { background-color: rgb(148,106,188); }

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

<style>
 span { border-color: #946ABC; }

 span { border-color: rgb(148,106,188); }

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