#9260C4

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

Shades of Amethyst #9260C4

Tints of Amethyst #9260C4

Color information

#9260C4 (or 0x9260C4) is unknown color: approx Amethyst. HEX triplet: 92, 60 and C4. RGB value is (146,96,196). Sum of RGB (Red+Green+Blue) = 146+96+196=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #9260C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260C4 is #6D9F3B. Grayscale: #7A7A7A. Windows color (decimal): -7184188 or 12869778. OLE color: 12869778.

HSL color Cylindrical-coordinate representation of color #9260C4: hue angle of 270º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9260C4 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14696196-
CMYK0.260.5100.23
HSL270º45.87%57.25%-
HSV(B)270º51.02%76.86%-
XYZ2618.4654.42-
YUV122.35169.56144.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=33.33%
G=21.92%
B=44.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146961960.260.5100.2327045.8757.25
Hex9260C41A3301710e2e39
Octal22214030432630274165671
Binary1001001011000001100010011010110011010111100001110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9260C4; }

 p { color: rgb(146,96,196); }

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

<style>
 a { background-color: #9260C4; }

 a { background-color: rgb(146,96,196); }

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

<style>
 span { border-color: #9260C4; }

 span { border-color: rgb(146,96,196); }

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