Html Css Color HEX #9964DB Amethyst

📋 copy color: '#9964DB'

red 153 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #9964DB

Tints of Amethyst #9964DB

RGB

 RED value IS 153 (60.16% from 255) = 32.42%

 GREEN value IS 100 (39.45% from 255) = 21.19%

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

R = 32.42%
G = 21.19%
B = 46.4%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9964DB (or 0x9964DB) is known color: Amethyst. HEX triplet: 99, 64 and DB. RGB value is (153,100,219). Sum of RGB (Red+Green+Blue) = 153+100+219=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #9964DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964DB is #669B24. Grayscale: #808080. Windows color (decimal): -6724389 or 14378137. OLE color: 14378137.

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

Color convert

RGB 153 100 219 -
CMYK 0.30 0.54 0 0.14
HSL 266.72º 0.62% 0.63% -
HSV(B) 266.72º 0.54% 0.86% -
XYZ 30.48 21 69.46 -
YUV 129.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 153 100 219 0.30 0.54 0 0.14 266.72 0.62 0.63
Hex 99 64 DB 1E 36 0 E 10B 3E 3F
Octal 231 144 333 36 66 0 16 413 76 77
Binary 10011001 1100100 11011011 11110 110110 0 1110 100001011 111110 111111

Color Harmonies of #9964DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964DB

Black with #9964DB

Text Example


Text Example

White with #9964DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,100,219); }

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

background-color css

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

 a { background-color: rgb(153,100,219); }

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

border-color css

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

 span { border-color: rgb(153,100,219); }

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