#9765CD

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

Shades of Amethyst #9765CD

Tints of Amethyst #9765CD

Color information

#9765CD (or 0x9765CD) is unknown color: approx Amethyst. HEX triplet: 97, 65 and CD. RGB value is (151,101,205). Sum of RGB (Red+Green+Blue) = 151+101+205=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9765CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765CD is #689A32. Grayscale: #7F7F7F. Windows color (decimal): -6855219 or 13460887. OLE color: 13460887.

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

Color convert

RGB151101205-
CMYK0.260.5100.20
HSL268.85º50.98%60%-
HSV(B)268.85º50.73%80.39%-
XYZ28.4420.2960.18-
YUV127.81171.56144.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=33.04%
G=22.10%
B=44.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511012050.260.5100.20268.8550.9860
Hex9765CD1A3301410d333c
Octal22714531532630244156374
Binary1001011111001011100110111010110011010100100001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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