#955CCF

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

Shades of Amethyst #955CCF

Tints of Amethyst #955CCF

Color information

#955CCF (or 0x955CCF) is unknown color: approx Amethyst. HEX triplet: 95, 5C and CF. RGB value is (149,92,207). Sum of RGB (Red+Green+Blue) = 149+92+207=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #955CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CCF is #6AA330. Grayscale: #797979. Windows color (decimal): -6988593 or 13589653. OLE color: 13589653.

HSL color Cylindrical-coordinate representation of color #955CCF: hue angle of 269.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955CCF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14992207-
CMYK0.280.5600.19
HSL269.74º54.5%58.63%-
HSV(B)269.74º55.56%81.18%-
XYZ27.4818.5561.16-
YUV122.15175.88147.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=33.26%
G=20.54%
B=46.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149922070.280.5600.19269.7454.558.63
Hex955CCF1C3801310e373b
Octal22513431734700234166773
Binary1001010110111001100111111100111000010011100001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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