Html Css Color HEX #9263C1 Amethyst

📋 copy color: '#9263C1'

red 146 ◦ green 99 ◦ blue 193

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

Shades of Amethyst #9263C1

Tints of Amethyst #9263C1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.6%

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 33.33%
G = 22.6%
B = 44.06%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9263C1 (or 0x9263C1) is known color: Amethyst. HEX triplet: 92, 63 and C1. RGB value is (146,99,193). Sum of RGB (Red+Green+Blue) = 146+99+193=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #9263C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263C1 is #6D9C3E. Grayscale: #7B7B7B. Windows color (decimal): -7183423 or 12673938. OLE color: 12673938.

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

Color convert

RGB 146 99 193 -
CMYK 0.24 0.49 0 0.24
HSL 270º 0.43% 0.57% -
HSV(B) 270º 0.49% 0.76% -
XYZ 25.94 18.88 52.73 -
YUV 123.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 146 99 193 0.24 0.49 0 0.24 270 0.43 0.57
Hex 92 63 C1 18 31 0 18 10E 2B 39
Octal 222 143 301 30 61 0 30 416 53 71
Binary 10010010 1100011 11000001 11000 110001 0 11000 100001110 101011 111001

Color Harmonies of #9263C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263C1

Black with #9263C1

Text Example


Text Example

White with #9263C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9263C1; }

 p { color: rgb(146,99,193); }

 H1.HeaderClassName
 {
   color: #9263C1;
 }
 .AnyTagClassName
 {
   color: #9263C1;
 }
</style>

background-color css

<style>
 a { background-color: #9263C1; }

 a { background-color: rgb(146,99,193); }

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

border-color css

<style>
 span { border-color: #9263C1; }

 span { border-color: rgb(146,99,193); }

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