#946CCA

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

Shades of Lilac Bush #946CCA

Tints of Lilac Bush #946CCA

Color information

#946CCA (or 0x946CCA) is unknown color: approx Lilac Bush. HEX triplet: 94, 6C and CA. RGB value is (148,108,202). Sum of RGB (Red+Green+Blue) = 148+108+202=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #946CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CCA is #6B9335. Grayscale: #828282. Windows color (decimal): -7050038 or 13266068. OLE color: 13266068.

HSL color Cylindrical-coordinate representation of color #946CCA: hue angle of 265.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946CCA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148108202-
CMYK0.270.4700.21
HSL265.53º47%60.78%-
HSV(B)265.53º46.53%79.22%-
XYZ28.2421.2958.5-
YUV130.68168.25140.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.31%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=32.31%
G=23.58%
B=44.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481082020.270.4700.21265.534760.78
Hex946CCA1B2F01510a2f3d
Octal22415431233570254125775
Binary1001010011011001100101011011101111010101100001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,108,202); }

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

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

 a { background-color: rgb(148,108,202); }

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

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

 span { border-color: rgb(148,108,202); }

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