#955ECB

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

Shades of Amethyst #955ECB

Tints of Amethyst #955ECB

Color information

#955ECB (or 0x955ECB) is unknown color: approx Amethyst. HEX triplet: 95, 5E and CB. RGB value is (149,94,203). Sum of RGB (Red+Green+Blue) = 149+94+203=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #955ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ECB is #6AA134. Grayscale: #7A7A7A. Windows color (decimal): -6988085 or 13328021. OLE color: 13328021.

HSL color Cylindrical-coordinate representation of color #955ECB: hue angle of 270.28º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955ECB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14994203-
CMYK0.270.5400.20
HSL270.28º51.17%58.24%-
HSV(B)270.28º53.69%79.61%-
XYZ27.1818.7158.68-
YUV122.87173.22146.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=33.41%
G=21.08%
B=45.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149942030.270.5400.20270.2851.1758.24
Hex955ECB1B3601410e333a
Octal22513631333660244166372
Binary1001010110111101100101111011110110010100100001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955ECB; }

 p { color: rgb(149,94,203); }

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

<style>
 a { background-color: #955ECB; }

 a { background-color: rgb(149,94,203); }

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

<style>
 span { border-color: #955ECB; }

 span { border-color: rgb(149,94,203); }

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