Html Css Color HEX #9263BF Amethyst

📋 copy color: '#9263BF'

red 146 ◦ green 99 ◦ blue 191

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

Shades of Amethyst #9263BF

Tints of Amethyst #9263BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 33.49%
G = 22.71%
B = 43.81%

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

#9263BF (or 0x9263BF) is known color: Amethyst. HEX triplet: 92, 63 and BF. RGB value is (146,99,191). Sum of RGB (Red+Green+Blue) = 146+99+191=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #9263BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263BF is #6D9C40. Grayscale: #7B7B7B. Windows color (decimal): -7183425 or 12542866. OLE color: 12542866.

HSL color Cylindrical-coordinate representation of color #9263BF: hue angle of 270.65º 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 #9263BF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 99 191 -
CMYK 0.24 0.48 0 0.25
HSL 270.65º 0.42% 0.57% -
HSV(B) 270.65º 0.48% 0.75% -
XYZ 25.72 18.8 51.56 -
YUV 123.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 146 99 191 0.24 0.48 0 0.25 270.65 0.42 0.57
Hex 92 63 BF 18 30 0 19 10F 2A 39
Octal 222 143 277 30 60 0 31 417 52 71
Binary 10010010 1100011 10111111 11000 110000 0 11001 100001111 101010 111001

Color Harmonies of #9263BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263BF

Black with #9263BF

Text Example


Text Example

White with #9263BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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