#995BCE

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

Shades of Amethyst #995BCE

Tints of Amethyst #995BCE

Color information

#995BCE (or 0x995BCE) is unknown color: approx Amethyst. HEX triplet: 99, 5B and CE. RGB value is (153,91,206). Sum of RGB (Red+Green+Blue) = 153+91+206=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #995BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BCE is #66A431. Grayscale: #7A7A7A. Windows color (decimal): -6726706 or 13523865. OLE color: 13523865.

HSL color Cylindrical-coordinate representation of color #995BCE: hue angle of 272.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995BCE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15391206-
CMYK0.260.5600.19
HSL272.35º53.99%58.24%-
HSV(B)272.35º55.83%80.78%-
XYZ28.0218.7160.53-
YUV122.65175.04149.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=34%
G=20.22%
B=45.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153912060.260.5600.19272.3553.9958.24
Hex995BCE1A38013110363a
Octal23113331632700234206672
Binary1001100110110111100111011010111000010011100010000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,91,206); }

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

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

 a { background-color: rgb(153,91,206); }

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

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

 span { border-color: rgb(153,91,206); }

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