#955AD4

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

Shades of Amethyst #955AD4

Tints of Amethyst #955AD4

Color information

#955AD4 (or 0x955AD4) is unknown color: approx Amethyst. HEX triplet: 95, 5A and D4. RGB value is (149,90,212). Sum of RGB (Red+Green+Blue) = 149+90+212=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #955AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955AD4 is #6AA52B. Grayscale: #797979. Windows color (decimal): -6989100 or 13916821. OLE color: 13916821.

HSL color Cylindrical-coordinate representation of color #955AD4: hue angle of 269.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955AD4 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14990212-
CMYK0.300.5800.17
HSL269.02º58.65%59.22%-
HSV(B)269.02º57.55%83.14%-
XYZ27.9318.4664.38-
YUV121.55179.05147.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 212 (83.20% from 255) = 47.01%
R=33.04%
G=19.96%
B=47.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal149902120.300.5800.17269.0258.6559.22
Hex955AD41E3A01110d3b3b
Octal22513232436720214157373
Binary1001010110110101101010011110111010010001100001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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