#9267CA

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

Shades of Amethyst #9267CA

Tints of Amethyst #9267CA

Color information

#9267CA (or 0x9267CA) is unknown color: approx Amethyst. HEX triplet: 92, 67 and CA. RGB value is (146,103,202). Sum of RGB (Red+Green+Blue) = 146+103+202=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #9267CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267CA is #6D9835. Grayscale: #7E7E7E. Windows color (decimal): -7182390 or 13264786. OLE color: 13264786.

HSL color Cylindrical-coordinate representation of color #9267CA: hue angle of 266.06º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9267CA is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146103202-
CMYK0.280.4900.21
HSL266.06º48.29%59.8%-
HSV(B)266.06º49.01%79.22%-
XYZ27.3620.0858.31-
YUV127.14170.25141.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.37%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=32.37%
G=22.84%
B=44.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461032020.280.4900.21266.0648.2959.8
Hex9267CA1C3101510a303c
Octal22214731234610254126074
Binary1001001011001111100101011100110001010101100001010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9267CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,103,202); }

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

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

 a { background-color: rgb(146,103,202); }

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

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

 span { border-color: rgb(146,103,202); }

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