#9264CC

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

Shades of Amethyst #9264CC

Tints of Amethyst #9264CC

Color information

#9264CC (or 0x9264CC) is unknown color: approx Amethyst. HEX triplet: 92, 64 and CC. RGB value is (146,100,204). Sum of RGB (Red+Green+Blue) = 146+100+204=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #9264CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264CC is #6D9B33. Grayscale: #7D7D7D. Windows color (decimal): -7183156 or 13395090. OLE color: 13395090.

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

Color convert

RGB146100204-
CMYK0.280.5100.2
HSL266.54º50.49%59.61%-
HSV(B)266.54º50.98%80%-
XYZ27.3119.5859.47-
YUV125.61172.24142.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=32.44%
G=22.22%
B=45.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461002040.280.5100.2266.5450.4959.61
Hex9264CC1C3301410b323c
Octal22214431434630244136274
Binary1001001011001001100110011100110011010100100001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,100,204); }

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

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

 a { background-color: rgb(146,100,204); }

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

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

 span { border-color: rgb(146,100,204); }

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