#9062CA

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

Shades of Amethyst #9062CA

Tints of Amethyst #9062CA

Color information

#9062CA (or 0x9062CA) is unknown color: approx Amethyst. HEX triplet: 90, 62 and CA. RGB value is (144,98,202). Sum of RGB (Red+Green+Blue) = 144+98+202=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #9062CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062CA is #6F9D35. Grayscale: #7B7B7B. Windows color (decimal): -7314742 or 13263504. OLE color: 13263504.

HSL color Cylindrical-coordinate representation of color #9062CA: hue angle of 266.54º 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 #9062CA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14498202-
CMYK0.290.5100.21
HSL266.54º49.52%58.82%-
HSV(B)266.54º51.49%79.22%-
XYZ26.5318.9358.13-
YUV123.61172.24142.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=32.43%
G=22.07%
B=45.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144982020.290.5100.21266.5449.5258.82
Hex9062CA1D3301510b323b
Octal22014231235630254136273
Binary1001000011000101100101011101110011010101100001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9062CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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