#945CCD

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

Shades of Amethyst #945CCD

Tints of Amethyst #945CCD

Color information

#945CCD (or 0x945CCD) is unknown color: approx Amethyst. HEX triplet: 94, 5C and CD. RGB value is (148,92,205). Sum of RGB (Red+Green+Blue) = 148+92+205=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #945CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CCD is #6BA332. Grayscale: #797979. Windows color (decimal): -7054131 or 13458580. OLE color: 13458580.

HSL color Cylindrical-coordinate representation of color #945CCD: hue angle of 269.73º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945CCD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14892205-
CMYK0.280.5500.20
HSL269.73º53.05%58.24%-
HSV(B)269.73º55.12%80.39%-
XYZ27.0618.3659.87-
YUV121.63175.05146.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=33.26%
G=20.67%
B=46.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148922050.280.5500.20269.7353.0558.24
Hex945CCD1C3701410e353a
Octal22413431534670244166572
Binary1001010010111001100110111100110111010100100001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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