Html Css Color HEX #9760DD Amethyst

📋 copy color: '#9760DD'

red 151 ◦ green 96 ◦ blue 221

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

Shades of Amethyst #9760DD

Tints of Amethyst #9760DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 32.26%
G = 20.51%
B = 47.22%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9760DD (or 0x9760DD) is known color: Amethyst. HEX triplet: 97, 60 and DD. RGB value is (151,96,221). Sum of RGB (Red+Green+Blue) = 151+96+221=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #9760DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760DD is #689F22. Grayscale: #7E7E7E. Windows color (decimal): -6856483 or 14508183. OLE color: 14508183.

HSL color Cylindrical-coordinate representation of color #9760DD: hue angle of 266.4º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9760DD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 96 221 -
CMYK 0.32 0.57 0 0.13
HSL 266.4º 0.65% 0.62% -
HSV(B) 266.4º 0.57% 0.87% -
XYZ 30 20.17 70.72 -
YUV 126.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 151 96 221 0.32 0.57 0 0.13 266.4 0.65 0.62
Hex 97 60 DD 20 39 0 D 10A 41 3E
Octal 227 140 335 40 71 0 15 412 101 76
Binary 10010111 1100000 11011101 100000 111001 0 1101 100001010 1000001 111110

Color Harmonies of #9760DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760DD

Black with #9760DD

Text Example


Text Example

White with #9760DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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