#955ADD

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

Shades of Amethyst #955ADD

Tints of Amethyst #955ADD

Color information

#955ADD (or 0x955ADD) is unknown color: approx Amethyst. HEX triplet: 95, 5A and DD. RGB value is (149,90,221). Sum of RGB (Red+Green+Blue) = 149+90+221=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #955ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ADD is #6AA522. Grayscale: #7A7A7A. Windows color (decimal): -6989091 or 14506645. OLE color: 14506645.

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

Color convert

RGB14990221-
CMYK0.330.5900.13
HSL267.02º65.83%60.98%-
HSV(B)267.02º59.28%86.67%-
XYZ29.118.9270.53-
YUV122.58183.55146.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 90 (35.55% from 255) = 19.57%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=32.39%
G=19.57%
B=48.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149902210.330.5900.13267.0265.8360.98
Hex955ADD213B0D10b423d
Octal225132335417301541310275
Binary10010101101101011011101100001111011011011000010111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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