Html Css Color HEX #9660CC Amethyst

📋 copy color: '#9660CC'

red 150 ◦ green 96 ◦ blue 204

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

Shades of Amethyst #9660CC

Tints of Amethyst #9660CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 33.33%
G = 21.33%
B = 45.33%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9660CC (or 0x9660CC) is known color: Amethyst. HEX triplet: 96, 60 and CC. RGB value is (150,96,204). Sum of RGB (Red+Green+Blue) = 150+96+204=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #9660CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660CC is #699F33. Grayscale: #7C7C7C. Windows color (decimal): -6922036 or 13394070. OLE color: 13394070.

HSL color Cylindrical-coordinate representation of color #9660CC: hue angle of 270º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9660CC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 96 204 -
CMYK 0.26 0.53 0 0.2
HSL 270º 0.51% 0.59% -
HSV(B) 270º 0.53% 0.8% -
XYZ 27.66 19.21 59.38 -
YUV 124.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 150 96 204 0.26 0.53 0 0.2 270 0.51 0.59
Hex 96 60 CC 1A 35 0 14 10E 33 3B
Octal 226 140 314 32 65 0 24 416 63 73
Binary 10010110 1100000 11001100 11010 110101 0 10100 100001110 110011 111011

Color Harmonies of #9660CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660CC

Black with #9660CC

Text Example


Text Example

White with #9660CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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