Html Css Color HEX #9964DA Amethyst

📋 copy color: '#9964DA'

red 153 ◦ green 100 ◦ blue 218

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

Shades of Amethyst #9964DA

Tints of Amethyst #9964DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 32.48%
G = 21.23%
B = 46.28%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9964DA (or 0x9964DA) is known color: Amethyst. HEX triplet: 99, 64 and DA. RGB value is (153,100,218). Sum of RGB (Red+Green+Blue) = 153+100+218=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9964DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964DA is #669B25. Grayscale: #808080. Windows color (decimal): -6724390 or 14312601. OLE color: 14312601.

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

Color convert

RGB 153 100 218 -
CMYK 0.30 0.54 0 0.15
HSL 266.95º 0.61% 0.62% -
HSV(B) 266.95º 0.54% 0.85% -
XYZ 30.35 20.95 68.77 -
YUV 129.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 153 100 218 0.30 0.54 0 0.15 266.95 0.61 0.62
Hex 99 64 DA 1E 36 0 F 10B 3D 3E
Octal 231 144 332 36 66 0 17 413 75 76
Binary 10011001 1100100 11011010 11110 110110 0 1111 100001011 111101 111110

Color Harmonies of #9964DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964DA

Black with #9964DA

Text Example


Text Example

White with #9964DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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