#9765BF

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

Shades of Amethyst #9765BF

Tints of Amethyst #9765BF

Color information

#9765BF (or 0x9765BF) is unknown color: approx Amethyst. HEX triplet: 97, 65 and BF. RGB value is (151,101,191). Sum of RGB (Red+Green+Blue) = 151+101+191=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9765BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765BF is #689A40. Grayscale: #7D7D7D. Windows color (decimal): -6855233 or 12543383. OLE color: 12543383.

HSL color Cylindrical-coordinate representation of color #9765BF: hue angle of 273.33º 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 #9765BF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151101191-
CMYK0.210.4700.25
HSL273.33º41.28%57.25%-
HSV(B)273.33º47.12%74.9%-
XYZ26.8219.6551.67-
YUV126.21164.56145.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 191 (75% from 255) = 43.12%
R=34.09%
G=22.80%
B=43.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511011910.210.4700.25273.3341.2857.25
Hex9765BF152F0191112939
Octal22714527725570314215171
Binary1001011111001011011111110101101111011001100010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9765BF; }

 p { color: rgb(151,101,191); }

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

<style>
 a { background-color: #9765BF; }

 a { background-color: rgb(151,101,191); }

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

<style>
 span { border-color: #9765BF; }

 span { border-color: rgb(151,101,191); }

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