Html Css Color HEX #9660DB Amethyst

📋 copy color: '#9660DB'

red 150 ◦ green 96 ◦ blue 219

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

Shades of Amethyst #9660DB

Tints of Amethyst #9660DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 32.26%
G = 20.65%
B = 47.1%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9660DB (or 0x9660DB) is known color: Amethyst. HEX triplet: 96, 60 and DB. RGB value is (150,96,219). Sum of RGB (Red+Green+Blue) = 150+96+219=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9660DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660DB is #699F24. Grayscale: #7D7D7D. Windows color (decimal): -6922021 or 14377110. OLE color: 14377110.

HSL color Cylindrical-coordinate representation of color #9660DB: hue angle of 266.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9660DB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 96 219 -
CMYK 0.32 0.56 0 0.14
HSL 266.34º 0.63% 0.62% -
HSV(B) 266.34º 0.56% 0.86% -
XYZ 29.55 19.96 69.31 -
YUV 126.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 150 96 219 0.32 0.56 0 0.14 266.34 0.63 0.62
Hex 96 60 DB 20 38 0 E 10A 3F 3E
Octal 226 140 333 40 70 0 16 412 77 76
Binary 10010110 1100000 11011011 100000 111000 0 1110 100001010 111111 111110

Color Harmonies of #9660DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660DB

Black with #9660DB

Text Example


Text Example

White with #9660DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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