Html Css Color HEX #9261C0 Amethyst

📋 copy color: '#9261C0'

red 146 ◦ green 97 ◦ blue 192

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

Shades of Amethyst #9261C0

Tints of Amethyst #9261C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 33.56%
G = 22.3%
B = 44.14%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9261C0 (or 0x9261C0) is known color: Amethyst. HEX triplet: 92, 61 and C0. RGB value is (146,97,192). Sum of RGB (Red+Green+Blue) = 146+97+192=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #9261C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261C0 is #6D9E3F. Grayscale: #7A7A7A. Windows color (decimal): -7183936 or 12607890. OLE color: 12607890.

HSL color Cylindrical-coordinate representation of color #9261C0: hue angle of 270.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9261C0 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 97 192 -
CMYK 0.24 0.49 0 0.25
HSL 270.95º 0.43% 0.57% -
HSV(B) 270.95º 0.49% 0.75% -
XYZ 25.64 18.47 52.08 -
YUV 122.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 146 97 192 0.24 0.49 0 0.25 270.95 0.43 0.57
Hex 92 61 C0 18 31 0 19 10F 2B 39
Octal 222 141 300 30 61 0 31 417 53 71
Binary 10010010 1100001 11000000 11000 110001 0 11001 100001111 101011 111001

Color Harmonies of #9261C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261C0

Black with #9261C0

Text Example


Text Example

White with #9261C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9261C0; }

 p { color: rgb(146,97,192); }

 H1.HeaderClassName
 {
   color: #9261C0;
 }
 .AnyTagClassName
 {
   color: #9261C0;
 }
</style>

background-color css

<style>
 a { background-color: #9261C0; }

 a { background-color: rgb(146,97,192); }

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

border-color css

<style>
 span { border-color: #9261C0; }

 span { border-color: rgb(146,97,192); }

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