Html Css Color HEX #9660CF Amethyst

📋 copy color: '#9660CF'

red 150 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #9660CF

Tints of Amethyst #9660CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 33.11%
G = 21.19%
B = 45.7%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9660CF (or 0x9660CF) is known color: Amethyst. HEX triplet: 96, 60 and CF. RGB value is (150,96,207). Sum of RGB (Red+Green+Blue) = 150+96+207=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9660CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660CF is #699F30. Grayscale: #7C7C7C. Windows color (decimal): -6922033 or 13590678. OLE color: 13590678.

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

Color convert

RGB 150 96 207 -
CMYK 0.28 0.54 0 0.19
HSL 269.19º 0.54% 0.59% -
HSV(B) 269.19º 0.54% 0.81% -
XYZ 28.02 19.35 61.29 -
YUV 124.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 150 96 207 0.28 0.54 0 0.19 269.19 0.54 0.59
Hex 96 60 CF 1C 36 0 13 10D 36 3B
Octal 226 140 317 34 66 0 23 415 66 73
Binary 10010110 1100000 11001111 11100 110110 0 10011 100001101 110110 111011

Color Harmonies of #9660CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660CF

Black with #9660CF

Text Example


Text Example

White with #9660CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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