Html Css Color HEX #9260C4 Amethyst

📋 copy color: '#9260C4'

red 146 ◦ green 96 ◦ blue 196

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

Shades of Amethyst #9260C4

Tints of Amethyst #9260C4

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 value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9260C4 (or 0x9260C4) is known color: 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

RGB 146 96 196 -
CMYK 0.26 0.51 0 0.23
HSL 270º 0.46% 0.57% -
HSV(B) 270º 0.51% 0.77% -
XYZ 26 18.46 54.42 -
YUV 122.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 146 96 196 0.26 0.51 0 0.23 270 0.46 0.57
Hex 92 60 C4 1A 33 0 17 10E 2E 39
Octal 222 140 304 32 63 0 27 416 56 71
Binary 10010010 1100000 11000100 11010 110011 0 10111 100001110 101110 111001

Color Harmonies of #9260C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260C4

Black with #9260C4

Text Example


Text Example

White with #9260C4

Text Example


Text Example

HTML Codes & Css Web 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>