#956ACD

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

Shades of Amethyst #956ACD

Tints of Amethyst #956ACD

Color information

#956ACD (or 0x956ACD) is unknown color: approx Amethyst. HEX triplet: 95, 6A and CD. RGB value is (149,106,205). Sum of RGB (Red+Green+Blue) = 149+106+205=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #956ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ACD is #6A9532. Grayscale: #818181. Windows color (decimal): -6985011 or 13462165. OLE color: 13462165.

HSL color Cylindrical-coordinate representation of color #956ACD: hue angle of 266.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956ACD is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149106205-
CMYK0.270.4800.20
HSL266.06º49.75%60.98%-
HSV(B)266.06º48.29%80.39%-
XYZ28.5721.1160.33-
YUV130.14170.25141.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=32.39%
G=23.04%
B=44.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491062050.270.4800.20266.0649.7560.98
Hex956ACD1B3001410a323d
Octal22515231533600244126275
Binary1001010111010101100110111011110000010100100001010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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