Html Css Color HEX #9361C0 Amethyst

📋 copy color: '#9361C0'

red 147 ◦ green 97 ◦ blue 192

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

Shades of Amethyst #9361C0

Tints of Amethyst #9361C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.25%

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

R = 33.72%
G = 22.25%
B = 44.04%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9361C0 (or 0x9361C0) is known color: Amethyst. HEX triplet: 93, 61 and C0. RGB value is (147,97,192). Sum of RGB (Red+Green+Blue) = 147+97+192=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #9361C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361C0 is #6C9E3F. Grayscale: #7A7A7A. Windows color (decimal): -7118400 or 12607891. OLE color: 12607891.

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

Color convert

RGB 147 97 192 -
CMYK 0.23 0.49 0 0.25
HSL 271.58º 0.43% 0.57% -
HSV(B) 271.58º 0.49% 0.75% -
XYZ 25.82 18.56 52.09 -
YUV 122.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 147 97 192 0.23 0.49 0 0.25 271.58 0.43 0.57
Hex 93 61 C0 17 31 0 19 110 2B 39
Octal 223 141 300 27 61 0 31 420 53 71
Binary 10010011 1100001 11000000 10111 110001 0 11001 100010000 101011 111001

Color Harmonies of #9361C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9361C0

Black with #9361C0

Text Example


Text Example

White with #9361C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,97,192); }

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

background-color css

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

 a { background-color: rgb(147,97,192); }

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

border-color css

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

 span { border-color: rgb(147,97,192); }

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