Html Css Color HEX #9260C2 Amethyst

📋 copy color: '#9260C2'

red 146 ◦ green 96 ◦ blue 194

#9260C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9260C2

Tints of Amethyst #9260C2

RGB

 RED value IS 146 (57.42% from 255) = 33.49%

 GREEN value IS 96 (37.89% from 255) = 22.02%

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 33.49%
G = 22.02%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9260C2 (or 0x9260C2) is known color: Amethyst. HEX triplet: 92, 60 and C2. RGB value is (146,96,194). Sum of RGB (Red+Green+Blue) = 146+96+194=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #9260C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260C2 is #6D9F3D. Grayscale: #797979. Windows color (decimal): -7184190 or 12738706. OLE color: 12738706.

HSL color Cylindrical-coordinate representation of color #9260C2: hue angle of 270.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9260C2 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 96 194 -
CMYK 0.25 0.51 0 0.24
HSL 270.61º 0.45% 0.57% -
HSV(B) 270.61º 0.51% 0.76% -
XYZ 25.77 18.37 53.23 -
YUV 122.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 146 96 194 0.25 0.51 0 0.24 270.61 0.45 0.57
Hex 92 60 C2 19 33 0 18 10F 2D 39
Octal 222 140 302 31 63 0 30 417 55 71
Binary 10010010 1100000 11000010 11001 110011 0 11000 100001111 101101 111001

Color Harmonies of #9260C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260C2

Black with #9260C2

Text Example


Text Example

White with #9260C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9260C2;
 }
 .AnyTagClassName
 {
   color: #9260C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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