#955CCD

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

Shades of Amethyst #955CCD

Tints of Amethyst #955CCD

Color information

#955CCD (or 0x955CCD) is unknown color: approx Amethyst. HEX triplet: 95, 5C and CD. RGB value is (149,92,205). Sum of RGB (Red+Green+Blue) = 149+92+205=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #955CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CCD is #6AA332. Grayscale: #797979. Windows color (decimal): -6988595 or 13458581. OLE color: 13458581.

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

Color convert

RGB14992205-
CMYK0.270.5500.20
HSL270.27º53.05%58.24%-
HSV(B)270.27º55.12%80.39%-
XYZ27.2418.4559.88-
YUV121.92174.88147.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=33.41%
G=20.63%
B=45.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149922050.270.5500.20270.2753.0558.24
Hex955CCD1B3701410e353a
Octal22513431533670244166572
Binary1001010110111001100110111011110111010100100001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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