Html Css Color HEX #9760C5 Amethyst

📋 copy color: '#9760C5'

red 151 ◦ green 96 ◦ blue 197

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

Shades of Amethyst #9760C5

Tints of Amethyst #9760C5

RGB

 RED value IS 151 (59.38% from 255) = 34.01%

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

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 34.01%
G = 21.62%
B = 44.37%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9760C5 (or 0x9760C5) is known color: Amethyst. HEX triplet: 97, 60 and C5. RGB value is (151,96,197). Sum of RGB (Red+Green+Blue) = 151+96+197=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #9760C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760C5 is #689F3A. Grayscale: #7B7B7B. Windows color (decimal): -6856507 or 12935319. OLE color: 12935319.

HSL color Cylindrical-coordinate representation of color #9760C5: hue angle of 272.67º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9760C5 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 96 197 -
CMYK 0.23 0.51 0 0.23
HSL 272.67º 0.47% 0.57% -
HSV(B) 272.67º 0.51% 0.77% -
XYZ 27.02 18.98 55.06 -
YUV 123.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 151 96 197 0.23 0.51 0 0.23 272.67 0.47 0.57
Hex 97 60 C5 17 33 0 17 111 2F 39
Octal 227 140 305 27 63 0 27 421 57 71
Binary 10010111 1100000 11000101 10111 110011 0 10111 100010001 101111 111001

Color Harmonies of #9760C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760C5

Black with #9760C5

Text Example


Text Example

White with #9760C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9760C5; }

 p { color: rgb(151,96,197); }

 H1.HeaderClassName
 {
   color: #9760C5;
 }
 .AnyTagClassName
 {
   color: #9760C5;
 }
</style>

background-color css

<style>
 a { background-color: #9760C5; }

 a { background-color: rgb(151,96,197); }

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

border-color css

<style>
 span { border-color: #9760C5; }

 span { border-color: rgb(151,96,197); }

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