#9765CC

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

Shades of Amethyst #9765CC

Tints of Amethyst #9765CC

Color information

#9765CC (or 0x9765CC) is unknown color: approx Amethyst. HEX triplet: 97, 65 and CC. RGB value is (151,101,204). Sum of RGB (Red+Green+Blue) = 151+101+204=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9765CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765CC is #689A33. Grayscale: #7F7F7F. Windows color (decimal): -6855220 or 13395351. OLE color: 13395351.

HSL color Cylindrical-coordinate representation of color #9765CC: hue angle of 269.13º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9765CC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151101204-
CMYK0.260.5000.2
HSL269.13º50.24%59.8%-
HSV(B)269.13º50.49%80%-
XYZ28.3220.2559.54-
YUV127.69171.06144.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=33.11%
G=22.15%
B=44.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511012040.260.5000.2269.1350.2459.8
Hex9765CC1A3201410d323c
Octal22714531432620244156274
Binary1001011111001011100110011010110010010100100001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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