#945CCF

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

Shades of Amethyst #945CCF

Tints of Amethyst #945CCF

Color information

#945CCF (or 0x945CCF) is unknown color: approx Amethyst. HEX triplet: 94, 5C and CF. RGB value is (148,92,207). Sum of RGB (Red+Green+Blue) = 148+92+207=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #945CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CCF is #6BA330. Grayscale: #797979. Windows color (decimal): -7054129 or 13589652. OLE color: 13589652.

HSL color Cylindrical-coordinate representation of color #945CCF: hue angle of 269.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #945CCF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14892207-
CMYK0.290.5600.19
HSL269.22º54.5%58.63%-
HSV(B)269.22º55.56%81.18%-
XYZ27.318.4661.15-
YUV121.85176.05146.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=33.11%
G=20.58%
B=46.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148922070.290.5600.19269.2254.558.63
Hex945CCF1D3801310d373b
Octal22413431735700234156773
Binary1001010010111001100111111101111000010011100001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,92,207); }

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

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

 a { background-color: rgb(148,92,207); }

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

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

 span { border-color: rgb(148,92,207); }

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