#9662CA

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

Shades of Amethyst #9662CA

Tints of Amethyst #9662CA

Color information

#9662CA (or 0x9662CA) is unknown color: approx Amethyst. HEX triplet: 96, 62 and CA. RGB value is (150,98,202). Sum of RGB (Red+Green+Blue) = 150+98+202=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #9662CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662CA is #699D35. Grayscale: #7D7D7D. Windows color (decimal): -6921526 or 13263510. OLE color: 13263510.

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

Color convert

RGB15098202-
CMYK0.260.5100.21
HSL270º49.52%58.82%-
HSV(B)270º51.49%79.22%-
XYZ27.6119.4858.18-
YUV125.4171.23145.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=33.33%
G=21.78%
B=44.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150982020.260.5100.2127049.5258.82
Hex9662CA1A3301510e323b
Octal22614231232630254166273
Binary1001011011000101100101011010110011010101100001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9662CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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