Html Css Color HEX #9660C8 Amethyst

📋 copy color: '#9660C8'

red 150 ◦ green 96 ◦ blue 200

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

Shades of Amethyst #9660C8

Tints of Amethyst #9660C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.84%

R = 33.63%
G = 21.52%
B = 44.84%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9660C8 (or 0x9660C8) is known color: Amethyst. HEX triplet: 96, 60 and C8. RGB value is (150,96,200). Sum of RGB (Red+Green+Blue) = 150+96+200=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #9660C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660C8 is #699F37. Grayscale: #7B7B7B. Windows color (decimal): -6922040 or 13131926. OLE color: 13131926.

HSL color Cylindrical-coordinate representation of color #9660C8: hue angle of 271.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9660C8 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 96 200 -
CMYK 0.25 0.52 0 0.22
HSL 271.15º 0.49% 0.58% -
HSV(B) 271.15º 0.52% 0.78% -
XYZ 27.19 19.02 56.88 -
YUV 124 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 150 96 200 0.25 0.52 0 0.22 271.15 0.49 0.58
Hex 96 60 C8 19 34 0 16 10F 31 3A
Octal 226 140 310 31 64 0 26 417 61 72
Binary 10010110 1100000 11001000 11001 110100 0 10110 100001111 110001 111010

Color Harmonies of #9660C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660C8

Black with #9660C8

Text Example


Text Example

White with #9660C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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