#9665C2

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

Shades of Amethyst #9665C2

Tints of Amethyst #9665C2

Color information

#9665C2 (or 0x9665C2) is unknown color: approx Amethyst. HEX triplet: 96, 65 and C2. RGB value is (150,101,194). Sum of RGB (Red+Green+Blue) = 150+101+194=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #9665C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665C2 is #699A3D. Grayscale: #7D7D7D. Windows color (decimal): -6920766 or 12739990. OLE color: 12739990.

HSL color Cylindrical-coordinate representation of color #9665C2: hue angle of 271.61º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9665C2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150101194-
CMYK0.230.4800.24
HSL271.61º43.26%57.84%-
HSV(B)271.61º47.94%76.08%-
XYZ26.9719.6953.42-
YUV126.25166.23144.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 194 (76.17% from 255) = 43.60%
R=33.71%
G=22.70%
B=43.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501011940.230.4800.24271.6143.2657.84
Hex9665C217300181102b3a
Octal22614530227600304205372
Binary1001011011001011100001010111110000011000100010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9665C2; }

 p { color: rgb(150,101,194); }

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

<style>
 a { background-color: #9665C2; }

 a { background-color: rgb(150,101,194); }

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

<style>
 span { border-color: #9665C2; }

 span { border-color: rgb(150,101,194); }

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