#9551CF

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

Shades of Amethyst #9551CF

Tints of Amethyst #9551CF

Color information

#9551CF (or 0x9551CF) is unknown color: approx Amethyst. HEX triplet: 95, 51 and CF. RGB value is (149,81,207). Sum of RGB (Red+Green+Blue) = 149+81+207=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9551CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551CF is #6AAE30. Grayscale: #737373. Windows color (decimal): -6991409 or 13586837. OLE color: 13586837.

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

Color convert

RGB14981207-
CMYK0.280.6100.19
HSL272.38º56.76%56.47%-
HSV(B)272.38º60.87%81.18%-
XYZ26.616.7860.87-
YUV115.7179.53151.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=34.10%
G=18.54%
B=47.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149812070.280.6100.19272.3856.7656.47
Hex9551CF1C3D0131103938
Octal22512131734750234207170
Binary1001010110100011100111111100111101010011100010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9551CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9551CF; }

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

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

<style>
 a { background-color: #9551CF; }

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

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

<style>
 span { border-color: #9551CF; }

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

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