Html Css Color HEX #9263C0 Amethyst

📋 copy color: '#9263C0'

red 146 ◦ green 99 ◦ blue 192

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

Shades of Amethyst #9263C0

Tints of Amethyst #9263C0

RGB

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

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

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

R = 33.41%
G = 22.65%
B = 43.94%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9263C0 (or 0x9263C0) is known color: Amethyst. HEX triplet: 92, 63 and C0. RGB value is (146,99,192). Sum of RGB (Red+Green+Blue) = 146+99+192=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #9263C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263C0 is #6D9C3F. Grayscale: #7B7B7B. Windows color (decimal): -7183424 or 12608402. OLE color: 12608402.

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

Color convert

RGB 146 99 192 -
CMYK 0.24 0.48 0 0.25
HSL 270.32º 0.42% 0.57% -
HSV(B) 270.32º 0.48% 0.75% -
XYZ 25.83 18.84 52.14 -
YUV 123.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 146 99 192 0.24 0.48 0 0.25 270.32 0.42 0.57
Hex 92 63 C0 18 30 0 19 10E 2A 39
Octal 222 143 300 30 60 0 31 416 52 71
Binary 10010010 1100011 11000000 11000 110000 0 11001 100001110 101010 111001

Color Harmonies of #9263C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263C0

Black with #9263C0

Text Example


Text Example

White with #9263C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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