#995ECB

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

Shades of Amethyst #995ECB

Tints of Amethyst #995ECB

Color information

#995ECB (or 0x995ECB) is unknown color: approx Amethyst. HEX triplet: 99, 5E and CB. RGB value is (153,94,203). Sum of RGB (Red+Green+Blue) = 153+94+203=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #995ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ECB is #66A134. Grayscale: #7B7B7B. Windows color (decimal): -6725941 or 13328025. OLE color: 13328025.

HSL color Cylindrical-coordinate representation of color #995ECB: hue angle of 272.48º 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 #995ECB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15394203-
CMYK0.250.5400.20
HSL272.48º51.17%58.24%-
HSV(B)272.48º53.69%79.61%-
XYZ27.9219.0958.71-
YUV124.07172.55148.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=34%
G=20.89%
B=45.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153942030.250.5400.20272.4851.1758.24
Hex995ECB1936014110333a
Octal23113631331660244206372
Binary1001100110111101100101111001110110010100100010000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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