Html Css Color HEX #9960D4 Amethyst

📋 copy color: '#9960D4'

red 153 ◦ green 96 ◦ blue 212

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

Shades of Amethyst #9960D4

Tints of Amethyst #9960D4

RGB

 RED value IS 153 (60.16% from 255) = 33.19%

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

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 33.19%
G = 20.82%
B = 45.99%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9960D4 (or 0x9960D4) is known color: Amethyst. HEX triplet: 99, 60 and D4. RGB value is (153,96,212). Sum of RGB (Red+Green+Blue) = 153+96+212=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #9960D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960D4 is #669F2B. Grayscale: #7D7D7D. Windows color (decimal): -6725420 or 13918361. OLE color: 13918361.

HSL color Cylindrical-coordinate representation of color #9960D4: hue angle of 269.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9960D4 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 96 212 -
CMYK 0.28 0.55 0 0.17
HSL 269.48º 0.57% 0.6% -
HSV(B) 269.48º 0.55% 0.83% -
XYZ 29.2 19.89 64.59 -
YUV 126.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 153 96 212 0.28 0.55 0 0.17 269.48 0.57 0.6
Hex 99 60 D4 1C 37 0 11 10D 39 3C
Octal 231 140 324 34 67 0 21 415 71 74
Binary 10011001 1100000 11010100 11100 110111 0 10001 100001101 111001 111100

Color Harmonies of #9960D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960D4

Black with #9960D4

Text Example


Text Example

White with #9960D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9960D4; }

 p { color: rgb(153,96,212); }

 H1.HeaderClassName
 {
   color: #9960D4;
 }
 .AnyTagClassName
 {
   color: #9960D4;
 }
</style>

background-color css

<style>
 a { background-color: #9960D4; }

 a { background-color: rgb(153,96,212); }

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

border-color css

<style>
 span { border-color: #9960D4; }

 span { border-color: rgb(153,96,212); }

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