#946BD1

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

Shades of Amethyst #946BD1

Tints of Amethyst #946BD1

Color information

#946BD1 (or 0x946BD1) is unknown color: approx Amethyst. HEX triplet: 94, 6B and D1. RGB value is (148,107,209). Sum of RGB (Red+Green+Blue) = 148+107+209=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #946BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BD1 is #6B942E. Grayscale: #828282. Windows color (decimal): -7050287 or 13724564. OLE color: 13724564.

HSL color Cylindrical-coordinate representation of color #946BD1: hue angle of 264.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946BD1 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148107209-
CMYK0.290.4900.18
HSL264.12º52.58%61.96%-
HSV(B)264.12º48.8%81.96%-
XYZ28.9821.4162.93-
YUV130.89172.08140.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=31.90%
G=23.06%
B=45.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481072090.290.4900.18264.1252.5861.96
Hex946BD11D31012108353e
Octal22415332135610224106576
Binary1001010011010111101000111101110001010010100001000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,209); }

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

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

 a { background-color: rgb(148,107,209); }

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

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

 span { border-color: rgb(148,107,209); }

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