#956ACF

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

Shades of Amethyst #956ACF

Tints of Amethyst #956ACF

Color information

#956ACF (or 0x956ACF) is unknown color: approx Amethyst. HEX triplet: 95, 6A and CF. RGB value is (149,106,207). Sum of RGB (Red+Green+Blue) = 149+106+207=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #956ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ACF is #6A9530. Grayscale: #828282. Windows color (decimal): -6985009 or 13593237. OLE color: 13593237.

HSL color Cylindrical-coordinate representation of color #956ACF: hue angle of 265.54º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956ACF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149106207-
CMYK0.280.4900.19
HSL265.54º51.27%61.37%-
HSV(B)265.54º48.79%81.18%-
XYZ28.8121.261.61-
YUV130.37171.25141.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=32.25%
G=22.94%
B=44.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491062070.280.4900.19265.5451.2761.37
Hex956ACF1C3101310a333d
Octal22515231734610234126375
Binary1001010111010101100111111100110001010011100001010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956ACF; }

 p { color: rgb(149,106,207); }

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

<style>
 a { background-color: #956ACF; }

 a { background-color: rgb(149,106,207); }

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

<style>
 span { border-color: #956ACF; }

 span { border-color: rgb(149,106,207); }

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