#956AD0

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

Shades of Amethyst #956AD0

Tints of Amethyst #956AD0

Color information

#956AD0 (or 0x956AD0) is unknown color: approx Amethyst. HEX triplet: 95, 6A and D0. RGB value is (149,106,208). Sum of RGB (Red+Green+Blue) = 149+106+208=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #956AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956AD0 is #6A952F. Grayscale: #828282. Windows color (decimal): -6985008 or 13658773. OLE color: 13658773.

HSL color Cylindrical-coordinate representation of color #956AD0: hue angle of 265.29º degrees, saturation: 0.52, 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 #956AD0 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149106208-
CMYK0.280.4900.18
HSL265.29º52.04%61.57%-
HSV(B)265.29º49.04%81.57%-
XYZ28.9321.2562.25-
YUV130.48171.75141.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=32.18%
G=22.89%
B=44.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491062080.280.4900.18265.2952.0461.57
Hex956AD01C31012109343e
Octal22515232034610224116476
Binary1001010111010101101000011100110001010010100001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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