Html Css Color HEX #9760D6 Amethyst

📋 copy color: '#9760D6'

red 151 ◦ green 96 ◦ blue 214

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

Shades of Amethyst #9760D6

Tints of Amethyst #9760D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 32.75%
G = 20.82%
B = 46.42%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9760D6 (or 0x9760D6) is known color: Amethyst. HEX triplet: 97, 60 and D6. RGB value is (151,96,214). Sum of RGB (Red+Green+Blue) = 151+96+214=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #9760D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760D6 is #689F29. Grayscale: #7D7D7D. Windows color (decimal): -6856490 or 14049431. OLE color: 14049431.

HSL color Cylindrical-coordinate representation of color #9760D6: hue angle of 267.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9760D6 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 96 214 -
CMYK 0.29 0.55 0 0.16
HSL 267.97º 0.59% 0.61% -
HSV(B) 267.97º 0.55% 0.84% -
XYZ 29.08 19.8 65.91 -
YUV 125.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 151 96 214 0.29 0.55 0 0.16 267.97 0.59 0.61
Hex 97 60 D6 1D 37 0 10 10C 3B 3D
Octal 227 140 326 35 67 0 20 414 73 75
Binary 10010111 1100000 11010110 11101 110111 0 10000 100001100 111011 111101

Color Harmonies of #9760D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760D6

Black with #9760D6

Text Example


Text Example

White with #9760D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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