Html Css Color HEX #9360C0 Amethyst

📋 copy color: '#9360C0'

red 147 ◦ green 96 ◦ blue 192

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

Shades of Amethyst #9360C0

Tints of Amethyst #9360C0

RGB

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

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

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

R = 33.79%
G = 22.07%
B = 44.14%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9360C0 (or 0x9360C0) is known color: Amethyst. HEX triplet: 93, 60 and C0. RGB value is (147,96,192). Sum of RGB (Red+Green+Blue) = 147+96+192=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #9360C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360C0 is #6C9F3F. Grayscale: #797979. Windows color (decimal): -7118656 or 12607635. OLE color: 12607635.

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

Color convert

RGB 147 96 192 -
CMYK 0.23 0.50 0 0.25
HSL 271.88º 0.43% 0.56% -
HSV(B) 271.88º 0.5% 0.75% -
XYZ 25.73 18.37 52.06 -
YUV 122.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 147 96 192 0.23 0.50 0 0.25 271.88 0.43 0.56
Hex 93 60 C0 17 32 0 19 110 2B 38
Octal 223 140 300 27 62 0 31 420 53 70
Binary 10010011 1100000 11000000 10111 110010 0 11001 100010000 101011 111000

Color Harmonies of #9360C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360C0

Black with #9360C0

Text Example


Text Example

White with #9360C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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