#995CD0

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

Shades of Amethyst #995CD0

Tints of Amethyst #995CD0

Color information

#995CD0 (or 0x995CD0) is unknown color: approx Amethyst. HEX triplet: 99, 5C and D0. RGB value is (153,92,208). Sum of RGB (Red+Green+Blue) = 153+92+208=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #995CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CD0 is #66A32F. Grayscale: #7B7B7B. Windows color (decimal): -6726448 or 13655193. OLE color: 13655193.

HSL color Cylindrical-coordinate representation of color #995CD0: hue angle of 271.55º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995CD0 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15392208-
CMYK0.260.5600.18
HSL271.55º55.24%58.82%-
HSV(B)271.55º55.77%81.57%-
XYZ28.3518.9861.84-
YUV123.46175.71149.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.77%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=33.77%
G=20.31%
B=45.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153922080.260.5600.18271.5555.2458.82
Hex995CD01A38012110373b
Octal23113432032700224206773
Binary1001100110111001101000011010111000010010100010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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