#955FCD

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

Shades of Amethyst #955FCD

Tints of Amethyst #955FCD

Color information

#955FCD (or 0x955FCD) is unknown color: approx Amethyst. HEX triplet: 95, 5F and CD. RGB value is (149,95,205). Sum of RGB (Red+Green+Blue) = 149+95+205=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #955FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCD is #6AA032. Grayscale: #7B7B7B. Windows color (decimal): -6987827 or 13459349. OLE color: 13459349.

HSL color Cylindrical-coordinate representation of color #955FCD: hue angle of 269.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955FCD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14995205-
CMYK0.270.5400.20
HSL269.45º52.38%58.82%-
HSV(B)269.45º53.66%80.39%-
XYZ27.5118.9859.97-
YUV123.69173.89146.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=33.18%
G=21.16%
B=45.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149952050.270.5400.20269.4552.3858.82
Hex955FCD1B3601410d343b
Octal22513731533660244156473
Binary1001010110111111100110111011110110010100100001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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