Html Css Color HEX #9363C1 Amethyst

📋 copy color: '#9363C1'

red 147 ◦ green 99 ◦ blue 193

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

Shades of Amethyst #9363C1

Tints of Amethyst #9363C1

RGB

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

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

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

R = 33.49%
G = 22.55%
B = 43.96%

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

#9363C1 (or 0x9363C1) is known color: Amethyst. HEX triplet: 93, 63 and C1. RGB value is (147,99,193). Sum of RGB (Red+Green+Blue) = 147+99+193=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #9363C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363C1 is #6C9C3E. Grayscale: #7B7B7B. Windows color (decimal): -7117887 or 12673939. OLE color: 12673939.

HSL color Cylindrical-coordinate representation of color #9363C1: hue angle of 270.64º 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 #9363C1 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 99 193 -
CMYK 0.24 0.49 0 0.24
HSL 270.64º 0.43% 0.57% -
HSV(B) 270.64º 0.49% 0.76% -
XYZ 26.12 18.98 52.74 -
YUV 124.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 147 99 193 0.24 0.49 0 0.24 270.64 0.43 0.57
Hex 93 63 C1 18 31 0 18 10F 2B 39
Octal 223 143 301 30 61 0 30 417 53 71
Binary 10010011 1100011 11000001 11000 110001 0 11000 100001111 101011 111001

Color Harmonies of #9363C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363C1

Black with #9363C1

Text Example


Text Example

White with #9363C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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