#995CCC

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

Shades of Amethyst #995CCC

Tints of Amethyst #995CCC

Color information

#995CCC (or 0x995CCC) is unknown color: approx Amethyst. HEX triplet: 99, 5C and CC. RGB value is (153,92,204). Sum of RGB (Red+Green+Blue) = 153+92+204=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #995CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCC is #66A333. Grayscale: #7A7A7A. Windows color (decimal): -6726452 or 13393049. OLE color: 13393049.

HSL color Cylindrical-coordinate representation of color #995CCC: hue angle of 272.68º degrees, saturation: 0.52, 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 #995CCC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15392204-
CMYK0.250.5500.2
HSL272.68º52.34%58.04%-
HSV(B)272.68º54.9%80%-
XYZ27.8618.7959.28-
YUV123.01173.71149.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=34.08%
G=20.49%
B=45.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153922040.250.5500.2272.6852.3458.04
Hex995CCC1937014111343a
Octal23113431431670244216472
Binary1001100110111001100110011001110111010100100010001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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