#955FD1

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

Shades of Amethyst #955FD1

Tints of Amethyst #955FD1

Color information

#955FD1 (or 0x955FD1) is unknown color: approx Amethyst. HEX triplet: 95, 5F and D1. RGB value is (149,95,209). Sum of RGB (Red+Green+Blue) = 149+95+209=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #955FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FD1 is #6AA02E. Grayscale: #7B7B7B. Windows color (decimal): -6987823 or 13721493. OLE color: 13721493.

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

Color convert

RGB14995209-
CMYK0.290.5500.18
HSL268.42º55.34%59.61%-
HSV(B)268.42º54.55%81.96%-
XYZ2819.1862.55-
YUV124.14175.89145.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=32.89%
G=20.97%
B=46.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149952090.290.5500.18268.4255.3459.61
Hex955FD11D3701210c373c
Octal22513732135670224146774
Binary1001010110111111101000111101110111010010100001100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,209); }

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

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

 a { background-color: rgb(149,95,209); }

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

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

 span { border-color: rgb(149,95,209); }

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