#9668CA

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

Shades of Amethyst #9668CA

Tints of Amethyst #9668CA

Color information

#9668CA (or 0x9668CA) is unknown color: approx Amethyst. HEX triplet: 96, 68 and CA. RGB value is (150,104,202). Sum of RGB (Red+Green+Blue) = 150+104+202=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #9668CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668CA is #699735. Grayscale: #808080. Windows color (decimal): -6919990 or 13265046. OLE color: 13265046.

HSL color Cylindrical-coordinate representation of color #9668CA: hue angle of 268.16º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9668CA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150104202-
CMYK0.260.4900.21
HSL268.16º48.04%60%-
HSV(B)268.16º48.51%79.22%-
XYZ28.1920.6558.38-
YUV128.93169.24143.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 104 (41.02% from 255) = 22.81%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=32.89%
G=22.81%
B=44.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501042020.260.4900.21268.1648.0460
Hex9668CA1A3101510c303c
Octal22615031232610254146074
Binary1001011011010001100101011010110001010101100001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9668CA; }

 p { color: rgb(150,104,202); }

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

<style>
 a { background-color: #9668CA; }

 a { background-color: rgb(150,104,202); }

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

<style>
 span { border-color: #9668CA; }

 span { border-color: rgb(150,104,202); }

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