#955ED7

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

Shades of Amethyst #955ED7

Tints of Amethyst #955ED7

Color information

#955ED7 (or 0x955ED7) is unknown color: approx Amethyst. HEX triplet: 95, 5E and D7. RGB value is (149,94,215). Sum of RGB (Red+Green+Blue) = 149+94+215=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #955ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ED7 is #6AA128. Grayscale: #7B7B7B. Windows color (decimal): -6988073 or 14114453. OLE color: 14114453.

HSL color Cylindrical-coordinate representation of color #955ED7: hue angle of 267.27º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955ED7 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14994215-
CMYK0.310.5600.16
HSL267.27º60.2%60.59%-
HSV(B)267.27º56.28%84.31%-
XYZ28.6619.366.5-
YUV124.24179.22145.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 215 (84.38% from 255) = 46.94%
R=32.53%
G=20.52%
B=46.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149942150.310.5600.16267.2760.260.59
Hex955ED71F3801010b3c3d
Octal22513632737700204137475
Binary1001010110111101101011111111111000010000100001011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,94,215); }

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

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

 a { background-color: rgb(149,94,215); }

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

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

 span { border-color: rgb(149,94,215); }

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