#9565BC

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

Shades of Amethyst #9565BC

Tints of Amethyst #9565BC

Color information

#9565BC (or 0x9565BC) is unknown color: approx Amethyst. HEX triplet: 95, 65 and BC. RGB value is (149,101,188). Sum of RGB (Red+Green+Blue) = 149+101+188=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #9565BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565BC is #6A9A43. Grayscale: #7C7C7C. Windows color (decimal): -6986308 or 12346773. OLE color: 12346773.

HSL color Cylindrical-coordinate representation of color #9565BC: hue angle of 273.1º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9565BC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149101188-
CMYK0.210.4600.26
HSL273.1º39.37%56.67%-
HSV(B)273.1º46.28%73.73%-
XYZ26.1319.3349.93-
YUV125.27163.4144.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=34.02%
G=23.06%
B=42.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491011880.210.4600.26273.139.3756.67
Hex9565BC152E01A1112739
Octal22514527425560324214771
Binary1001010111001011011110010101101110011010100010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9565BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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