#9067CE

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

Shades of Amethyst #9067CE

Tints of Amethyst #9067CE

Color information

#9067CE (or 0x9067CE) is unknown color: approx Amethyst. HEX triplet: 90, 67 and CE. RGB value is (144,103,206). Sum of RGB (Red+Green+Blue) = 144+103+206=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9067CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067CE is #6F9831. Grayscale: #7E7E7E. Windows color (decimal): -7313458 or 13526928. OLE color: 13526928.

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

Color convert

RGB144103206-
CMYK0.300.5000.19
HSL263.88º51.24%60.59%-
HSV(B)263.88º50%80.78%-
XYZ27.4920.0960.82-
YUV127172.58140.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=31.79%
G=22.74%
B=45.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441032060.300.5000.19263.8851.2460.59
Hex9067CE1E32013108333d
Octal22014731636620234106375
Binary1001000011001111100111011110110010010011100001000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9067CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9067CE; }

 p { color: rgb(144,103,206); }

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

<style>
 a { background-color: #9067CE; }

 a { background-color: rgb(144,103,206); }

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

<style>
 span { border-color: #9067CE; }

 span { border-color: rgb(144,103,206); }

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