Html Css Color HEX #9363BE Amethyst

📋 copy color: '#9363BE'

red 147 ◦ green 99 ◦ blue 190

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

Shades of Amethyst #9363BE

Tints of Amethyst #9363BE

RGB

 RED value IS 147 (57.81% from 255) = 33.72%

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

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

R = 33.72%
G = 22.71%
B = 43.58%

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

#9363BE (or 0x9363BE) is known color: Amethyst. HEX triplet: 93, 63 and BE. RGB value is (147,99,190). Sum of RGB (Red+Green+Blue) = 147+99+190=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9363BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363BE is #6C9C41. Grayscale: #7B7B7B. Windows color (decimal): -7117890 or 12477331. OLE color: 12477331.

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

Color convert

RGB 147 99 190 -
CMYK 0.23 0.48 0 0.25
HSL 271.65º 0.41% 0.57% -
HSV(B) 271.65º 0.48% 0.75% -
XYZ 25.79 18.84 50.99 -
YUV 123.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 147 99 190 0.23 0.48 0 0.25 271.65 0.41 0.57
Hex 93 63 BE 17 30 0 19 110 29 39
Octal 223 143 276 27 60 0 31 420 51 71
Binary 10010011 1100011 10111110 10111 110000 0 11001 100010000 101001 111001

Color Harmonies of #9363BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363BE

Black with #9363BE

Text Example


Text Example

White with #9363BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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