#945FCA

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

Shades of Amethyst #945FCA

Tints of Amethyst #945FCA

Color information

#945FCA (or 0x945FCA) is unknown color: approx Amethyst. HEX triplet: 94, 5F and CA. RGB value is (148,95,202). Sum of RGB (Red+Green+Blue) = 148+95+202=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #945FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FCA is #6BA035. Grayscale: #7A7A7A. Windows color (decimal): -7053366 or 13262740. OLE color: 13262740.

HSL color Cylindrical-coordinate representation of color #945FCA: hue angle of 269.72º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #945FCA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14895202-
CMYK0.270.5300.21
HSL269.72º50.23%58.24%-
HSV(B)269.72º52.97%79.22%-
XYZ26.9718.7458.07-
YUV123.04172.56145.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=33.26%
G=21.35%
B=45.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148952020.270.5300.21269.7250.2358.24
Hex945FCA1B3501510e323a
Octal22413731233650254166272
Binary1001010010111111100101011011110101010101100001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945FCA; }

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

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

<style>
 a { background-color: #945FCA; }

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

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

<style>
 span { border-color: #945FCA; }

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

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