Html Css Color HEX #9660D0 Amethyst

📋 copy color: '#9660D0'

red 150 ◦ green 96 ◦ blue 208

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

Shades of Amethyst #9660D0

Tints of Amethyst #9660D0

RGB

 RED value IS 150 (58.98% from 255) = 33.04%

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 33.04%
G = 21.15%
B = 45.81%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9660D0 (or 0x9660D0) is known color: Amethyst. HEX triplet: 96, 60 and D0. RGB value is (150,96,208). Sum of RGB (Red+Green+Blue) = 150+96+208=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #9660D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660D0 is #699F2F. Grayscale: #7C7C7C. Windows color (decimal): -6922032 or 13656214. OLE color: 13656214.

HSL color Cylindrical-coordinate representation of color #9660D0: hue angle of 268.93º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9660D0 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 96 208 -
CMYK 0.28 0.54 0 0.18
HSL 268.93º 0.54% 0.6% -
HSV(B) 268.93º 0.54% 0.82% -
XYZ 28.15 19.4 61.94 -
YUV 124.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 150 96 208 0.28 0.54 0 0.18 268.93 0.54 0.6
Hex 96 60 D0 1C 36 0 12 10D 36 3C
Octal 226 140 320 34 66 0 22 415 66 74
Binary 10010110 1100000 11010000 11100 110110 0 10010 100001101 110110 111100

Color Harmonies of #9660D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660D0

Black with #9660D0

Text Example


Text Example

White with #9660D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9660D0; }

 p { color: rgb(150,96,208); }

 H1.HeaderClassName
 {
   color: #9660D0;
 }
 .AnyTagClassName
 {
   color: #9660D0;
 }
</style>

background-color css

<style>
 a { background-color: #9660D0; }

 a { background-color: rgb(150,96,208); }

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

border-color css

<style>
 span { border-color: #9660D0; }

 span { border-color: rgb(150,96,208); }

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