#956CCF

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

Shades of Amethyst #956CCF

Tints of Amethyst #956CCF

Color information

#956CCF (or 0x956CCF) is unknown color: approx Amethyst. HEX triplet: 95, 6C and CF. RGB value is (149,108,207). Sum of RGB (Red+Green+Blue) = 149+108+207=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #956CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CCF is #6A9330. Grayscale: #838383. Windows color (decimal): -6984497 or 13593749. OLE color: 13593749.

HSL color Cylindrical-coordinate representation of color #956CCF: hue angle of 264.85º degrees, saturation: 0.51, 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 #956CCF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149108207-
CMYK0.280.4800.19
HSL264.85º50.77%61.76%-
HSV(B)264.85º47.83%81.18%-
XYZ29.0221.6261.68-
YUV131.54170.58140.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=32.11%
G=23.28%
B=44.61%

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
Decimal1491082070.280.4800.19264.8550.7761.76
Hex956CCF1C30013109333e
Octal22515431734600234116376
Binary1001010111011001100111111100110000010011100001001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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