#9565BE

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

Shades of Amethyst #9565BE

Tints of Amethyst #9565BE

Color information

#9565BE (or 0x9565BE) is unknown color: approx Amethyst. HEX triplet: 95, 65 and BE. RGB value is (149,101,190). Sum of RGB (Red+Green+Blue) = 149+101+190=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9565BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565BE is #6A9A41. Grayscale: #7D7D7D. Windows color (decimal): -6986306 or 12477845. OLE color: 12477845.

HSL color Cylindrical-coordinate representation of color #9565BE: hue angle of 272.36º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9565BE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149101190-
CMYK0.220.4700.25
HSL272.36º40.64%57.06%-
HSV(B)272.36º46.84%74.51%-
XYZ26.3419.4151.07-
YUV125.5164.4144.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=33.86%
G=22.95%
B=43.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491011900.220.4700.25272.3640.6457.06
Hex9565BE162F0191102939
Octal22514527626570314205171
Binary1001010111001011011111010110101111011001100010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9565BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9565BE; }

 p { color: rgb(149,101,190); }

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

<style>
 a { background-color: #9565BE; }

 a { background-color: rgb(149,101,190); }

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

<style>
 span { border-color: #9565BE; }

 span { border-color: rgb(149,101,190); }

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