Html Css Color HEX #9365C1 Amethyst

📋 copy color: '#9365C1'

red 147 ◦ green 101 ◦ blue 193

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

Shades of Amethyst #9365C1

Tints of Amethyst #9365C1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

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

R = 33.33%
G = 22.9%
B = 43.76%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9365C1 (or 0x9365C1) is known color: Amethyst. HEX triplet: 93, 65 and C1. RGB value is (147,101,193). Sum of RGB (Red+Green+Blue) = 147+101+193=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #9365C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365C1 is #6C9A3E. Grayscale: #7C7C7C. Windows color (decimal): -7117375 or 12674451. OLE color: 12674451.

HSL color Cylindrical-coordinate representation of color #9365C1: hue angle of 270º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9365C1 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 101 193 -
CMYK 0.24 0.48 0 0.24
HSL 270º 0.43% 0.58% -
HSV(B) 270º 0.48% 0.76% -
XYZ 26.31 19.36 52.8 -
YUV 125.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 147 101 193 0.24 0.48 0 0.24 270 0.43 0.58
Hex 93 65 C1 18 30 0 18 10E 2B 3A
Octal 223 145 301 30 60 0 30 416 53 72
Binary 10010011 1100101 11000001 11000 110000 0 11000 100001110 101011 111010

Color Harmonies of #9365C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365C1

Black with #9365C1

Text Example


Text Example

White with #9365C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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