#9562CC

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

Shades of Amethyst #9562CC

Tints of Amethyst #9562CC

Color information

#9562CC (or 0x9562CC) is unknown color: approx Amethyst. HEX triplet: 95, 62 and CC. RGB value is (149,98,204). Sum of RGB (Red+Green+Blue) = 149+98+204=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9562CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562CC is #6A9D33. Grayscale: #7C7C7C. Windows color (decimal): -6987060 or 13394581. OLE color: 13394581.

HSL color Cylindrical-coordinate representation of color #9562CC: hue angle of 268.87º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9562CC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14998204-
CMYK0.270.5200.2
HSL268.87º50.96%59.22%-
HSV(B)268.87º51.96%80%-
XYZ27.6619.4859.43-
YUV125.33172.4144.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=33.04%
G=21.73%
B=45.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149982040.270.5200.2268.8750.9659.22
Hex9562CC1B3401410d333b
Octal22514231433640244156373
Binary1001010111000101100110011011110100010100100001101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9562CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,98,204); }

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

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

 a { background-color: rgb(149,98,204); }

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

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

 span { border-color: rgb(149,98,204); }

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