#956CCE

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

Shades of Amethyst #956CCE

Tints of Amethyst #956CCE

Color information

#956CCE (or 0x956CCE) is unknown color: approx Amethyst. HEX triplet: 95, 6C and CE. RGB value is (149,108,206). Sum of RGB (Red+Green+Blue) = 149+108+206=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #956CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CCE is #6A9331. Grayscale: #838383. Windows color (decimal): -6984498 or 13528213. OLE color: 13528213.

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

Color convert

RGB149108206-
CMYK0.280.4800.19
HSL265.1º50%61.57%-
HSV(B)265.1º47.57%80.78%-
XYZ28.921.5761.03-
YUV131.43170.08140.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 108 (42.58% from 255) = 23.33%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=32.18%
G=23.33%
B=44.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491082060.280.4800.19265.15061.57
Hex956CCE1C30013109323e
Octal22515431634600234116276
Binary1001010111011001100111011100110000010011100001001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,206); }

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

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

 a { background-color: rgb(149,108,206); }

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

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

 span { border-color: rgb(149,108,206); }

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