Html Css Color HEX #9263BE Amethyst

📋 copy color: '#9263BE'

red 146 ◦ green 99 ◦ blue 190

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

Shades of Amethyst #9263BE

Tints of Amethyst #9263BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 33.56%
G = 22.76%
B = 43.68%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9263BE (or 0x9263BE) is known color: Amethyst. HEX triplet: 92, 63 and BE. RGB value is (146,99,190). Sum of RGB (Red+Green+Blue) = 146+99+190=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9263BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263BE is #6D9C41. Grayscale: #7B7B7B. Windows color (decimal): -7183426 or 12477330. OLE color: 12477330.

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

Color convert

RGB 146 99 190 -
CMYK 0.23 0.48 0 0.25
HSL 270.99º 0.41% 0.57% -
HSV(B) 270.99º 0.48% 0.75% -
XYZ 25.61 18.75 50.98 -
YUV 123.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 146 99 190 0.23 0.48 0 0.25 270.99 0.41 0.57
Hex 92 63 BE 17 30 0 19 10F 29 39
Octal 222 143 276 27 60 0 31 417 51 71
Binary 10010010 1100011 10111110 10111 110000 0 11001 100001111 101001 111001

Color Harmonies of #9263BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263BE

Black with #9263BE

Text Example


Text Example

White with #9263BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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