#955DD0

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

Shades of Amethyst #955DD0

Tints of Amethyst #955DD0

Color information

#955DD0 (or 0x955DD0) is unknown color: approx Amethyst. HEX triplet: 95, 5D and D0. RGB value is (149,93,208). Sum of RGB (Red+Green+Blue) = 149+93+208=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #955DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DD0 is #6AA22F. Grayscale: #7A7A7A. Windows color (decimal): -6988336 or 13655445. OLE color: 13655445.

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

Color convert

RGB14993208-
CMYK0.280.5500.18
HSL269.22º55.02%59.02%-
HSV(B)269.22º55.29%81.57%-
XYZ27.6918.7761.84-
YUV122.85176.05146.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 208 (81.64% from 255) = 46.22%
R=33.11%
G=20.67%
B=46.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149932080.280.5500.18269.2255.0259.02
Hex955DD01C3701210d373b
Octal22513532034670224156773
Binary1001010110111011101000011100110111010010100001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955DD0; }

 p { color: rgb(149,93,208); }

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

<style>
 a { background-color: #955DD0; }

 a { background-color: rgb(149,93,208); }

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

<style>
 span { border-color: #955DD0; }

 span { border-color: rgb(149,93,208); }

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