#9066cf

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

Shades of Amethyst #9066CF

Tints of Amethyst #9066CF

Color information

#9066CF (or 0x9066CF) is unknown color: approx Amethyst. HEX triplet: 90, 66 and CF. RGB value is (144,102,207). Sum of RGB (Red+Green+Blue) = 144+102+207=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9066CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066CF is #6F9930. Grayscale: #7E7E7E. Windows color (decimal): -7313713 or 13592208. OLE color: 13592208.

HSL color Cylindrical-coordinate representation of color #9066CF: hue angle of 264º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9066CF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144102207-
CMYK0.300.5100.19
HSL264º52.24%60.59%-
HSV(B)264º50.72%81.18%-
XYZ27.5219.9461.43-
YUV126.53173.41140.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=31.79%
G=22.52%
B=45.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441022070.300.5100.1926452.2460.59
Hex9066CF1E33013108343d
Octal22014631736630234106475
Binary1001000011001101100111111110110011010011100001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9066cf; }

 p { color: rgb(144,102,207); }

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

<style>
 a { background-color: #9066cf; }

 a { background-color: rgb(144,102,207); }

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

<style>
 span { border-color: #9066cf; }

 span { border-color: rgb(144,102,207); }

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