Html Css Color HEX #9760C4 Amethyst

📋 copy color: '#9760C4'

red 151 ◦ green 96 ◦ blue 196

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

Shades of Amethyst #9760C4

Tints of Amethyst #9760C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.24%

R = 34.09%
G = 21.67%
B = 44.24%

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

#9760C4 (or 0x9760C4) is known color: Amethyst. HEX triplet: 97, 60 and C4. RGB value is (151,96,196). Sum of RGB (Red+Green+Blue) = 151+96+196=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #9760C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760C4 is #689F3B. Grayscale: #7B7B7B. Windows color (decimal): -6856508 or 12869783. OLE color: 12869783.

HSL color Cylindrical-coordinate representation of color #9760C4: hue angle of 273º degrees, saturation: 0.46, 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 #9760C4 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 96 196 -
CMYK 0.23 0.51 0 0.23
HSL 273º 0.46% 0.57% -
HSV(B) 273º 0.51% 0.77% -
XYZ 26.91 18.93 54.46 -
YUV 123.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 151 96 196 0.23 0.51 0 0.23 273 0.46 0.57
Hex 97 60 C4 17 33 0 17 111 2E 39
Octal 227 140 304 27 63 0 27 421 56 71
Binary 10010111 1100000 11000100 10111 110011 0 10111 100010001 101110 111001

Color Harmonies of #9760C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760C4

Black with #9760C4

Text Example


Text Example

White with #9760C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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