#956BD0

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

Shades of Amethyst #956BD0

Tints of Amethyst #956BD0

Color information

#956BD0 (or 0x956BD0) is unknown color: approx Amethyst. HEX triplet: 95, 6B and D0. RGB value is (149,107,208). Sum of RGB (Red+Green+Blue) = 149+107+208=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #956BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BD0 is #6A942F. Grayscale: #828282. Windows color (decimal): -6984752 or 13659029. OLE color: 13659029.

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

Color convert

RGB149107208-
CMYK0.280.4900.18
HSL264.95º51.79%61.76%-
HSV(B)264.95º48.56%81.57%-
XYZ29.0421.4662.29-
YUV131.07171.41140.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=32.11%
G=23.06%
B=44.83%

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
Decimal1491072080.280.4900.18264.9551.7961.76
Hex956BD01C31012109343e
Octal22515332034610224116476
Binary1001010111010111101000011100110001010010100001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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