Html Css Color HEX #9660C2 Amethyst

📋 copy color: '#9660C2'

red 150 ◦ green 96 ◦ blue 194

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

Shades of Amethyst #9660C2

Tints of Amethyst #9660C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 34.09%
G = 21.82%
B = 44.09%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9660C2 (or 0x9660C2) is known color: Amethyst. HEX triplet: 96, 60 and C2. RGB value is (150,96,194). Sum of RGB (Red+Green+Blue) = 150+96+194=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #9660C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660C2 is #699F3D. Grayscale: #7A7A7A. Windows color (decimal): -6922046 or 12738710. OLE color: 12738710.

HSL color Cylindrical-coordinate representation of color #9660C2: hue angle of 273.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9660C2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 96 194 -
CMYK 0.23 0.51 0 0.24
HSL 273.06º 0.45% 0.57% -
HSV(B) 273.06º 0.51% 0.76% -
XYZ 26.5 18.74 53.26 -
YUV 123.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 150 96 194 0.23 0.51 0 0.24 273.06 0.45 0.57
Hex 96 60 C2 17 33 0 18 111 2D 39
Octal 226 140 302 27 63 0 30 421 55 71
Binary 10010110 1100000 11000010 10111 110011 0 11000 100010001 101101 111001

Color Harmonies of #9660C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660C2

Black with #9660C2

Text Example


Text Example

White with #9660C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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