#995CCD

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

Shades of Amethyst #995CCD

Tints of Amethyst #995CCD

Color information

#995CCD (or 0x995CCD) is unknown color: approx Amethyst. HEX triplet: 99, 5C and CD. RGB value is (153,92,205). Sum of RGB (Red+Green+Blue) = 153+92+205=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #995CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCD is #66A332. Grayscale: #7A7A7A. Windows color (decimal): -6726451 or 13458585. OLE color: 13458585.

HSL color Cylindrical-coordinate representation of color #995CCD: hue angle of 272.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995CCD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15392205-
CMYK0.250.5500.20
HSL272.39º53.05%58.24%-
HSV(B)272.39º55.12%80.39%-
XYZ27.9818.8359.92-
YUV123.12174.21149.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=34%
G=20.44%
B=45.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153922050.250.5500.20272.3953.0558.24
Hex995CCD1937014110353a
Octal23113431531670244206572
Binary1001100110111001100110111001110111010100100010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,92,205); }

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

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

 a { background-color: rgb(153,92,205); }

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

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

 span { border-color: rgb(153,92,205); }

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