Html Css Color HEX #9360C2 Amethyst

📋 copy color: '#9360C2'

red 147 ◦ green 96 ◦ blue 194

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

Shades of Amethyst #9360C2

Tints of Amethyst #9360C2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

 BLUE value IS 194 (76.17% from 255) = 44.39%

R = 33.64%
G = 21.97%
B = 44.39%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9360C2 (or 0x9360C2) is known color: Amethyst. HEX triplet: 93, 60 and C2. RGB value is (147,96,194). Sum of RGB (Red+Green+Blue) = 147+96+194=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #9360C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360C2 is #6C9F3D. Grayscale: #7A7A7A. Windows color (decimal): -7118654 or 12738707. OLE color: 12738707.

HSL color Cylindrical-coordinate representation of color #9360C2: hue angle of 271.22º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9360C2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 96 194 -
CMYK 0.24 0.51 0 0.24
HSL 271.22º 0.45% 0.57% -
HSV(B) 271.22º 0.51% 0.76% -
XYZ 25.95 18.46 53.23 -
YUV 122.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 147 96 194 0.24 0.51 0 0.24 271.22 0.45 0.57
Hex 93 60 C2 18 33 0 18 10F 2D 39
Octal 223 140 302 30 63 0 30 417 55 71
Binary 10010011 1100000 11000010 11000 110011 0 11000 100001111 101101 111001

Color Harmonies of #9360C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360C2

Black with #9360C2

Text Example


Text Example

White with #9360C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9360C2; }

 p { color: rgb(147,96,194); }

 H1.HeaderClassName
 {
   color: #9360C2;
 }
 .AnyTagClassName
 {
   color: #9360C2;
 }
</style>

background-color css

<style>
 a { background-color: #9360C2; }

 a { background-color: rgb(147,96,194); }

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

border-color css

<style>
 span { border-color: #9360C2; }

 span { border-color: rgb(147,96,194); }

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