#955DDD

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

Shades of Amethyst #955DDD

Tints of Amethyst #955DDD

Color information

#955DDD (or 0x955DDD) is unknown color: approx Amethyst. HEX triplet: 95, 5D and DD. RGB value is (149,93,221). Sum of RGB (Red+Green+Blue) = 149+93+221=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #955DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DDD is #6AA222. Grayscale: #7B7B7B. Windows color (decimal): -6988323 or 14507413. OLE color: 14507413.

HSL color Cylindrical-coordinate representation of color #955DDD: hue angle of 266.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955DDD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14993221-
CMYK0.330.5800.13
HSL266.25º65.31%61.57%-
HSV(B)266.25º57.92%86.67%-
XYZ29.3619.4470.61-
YUV124.34182.55145.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=32.18%
G=20.09%
B=47.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149932210.330.5800.13266.2565.3161.57
Hex955DDD213A0D10a413e
Octal225135335417201541210176
Binary10010101101110111011101100001111010011011000010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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