#9260CB

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

Shades of Amethyst #9260CB

Tints of Amethyst #9260CB

Color information

#9260CB (or 0x9260CB) is unknown color: approx Amethyst. HEX triplet: 92, 60 and CB. RGB value is (146,96,203). Sum of RGB (Red+Green+Blue) = 146+96+203=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #9260CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260CB is #6D9F34. Grayscale: #7A7A7A. Windows color (decimal): -7184181 or 13328530. OLE color: 13328530.

HSL color Cylindrical-coordinate representation of color #9260CB: hue angle of 268.04º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9260CB is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14696203-
CMYK0.280.5300.20
HSL268.04º50.71%58.63%-
HSV(B)268.04º52.71%79.61%-
XYZ26.8218.7958.71-
YUV123.15173.06144.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.81%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=32.81%
G=21.57%
B=45.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146962030.280.5300.20268.0450.7158.63
Hex9260CB1C3501410c333b
Octal22214031334650244146373
Binary1001001011000001100101111100110101010100100001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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