Html Css Color HEX #9D64DB Amethyst

📋 copy color: '#9D64DB'

red 157 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #9D64DB

Tints of Amethyst #9D64DB

RGB

 RED value IS 157 (61.72% from 255) = 32.98%

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

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

R = 32.98%
G = 21.01%
B = 46.01%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D64DB (or 0x9D64DB) is known color: Amethyst. HEX triplet: 9D, 64 and DB. RGB value is (157,100,219). Sum of RGB (Red+Green+Blue) = 157+100+219=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D64DB is #629B24. Grayscale: #828282. Windows color (decimal): -6462245 or 14378141. OLE color: 14378141.

HSL color Cylindrical-coordinate representation of color #9D64DB: hue angle of 268.74º 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 #9D64DB is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 100 219 -
CMYK 0.28 0.54 0 0.14
HSL 268.74º 0.62% 0.63% -
HSV(B) 268.74º 0.54% 0.86% -
XYZ 31.25 21.4 69.5 -
YUV 130.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 157 100 219 0.28 0.54 0 0.14 268.74 0.62 0.63
Hex 9D 64 DB 1C 36 0 E 10D 3E 3F
Octal 235 144 333 34 66 0 16 415 76 77
Binary 10011101 1100100 11011011 11100 110110 0 1110 100001101 111110 111111

Color Harmonies of #9D64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D64DB

Black with #9D64DB

Text Example


Text Example

White with #9D64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D64DB; }

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

 H1.HeaderClassName
 {
   color: #9D64DB;
 }
 .AnyTagClassName
 {
   color: #9D64DB;
 }
</style>

background-color css

<style>
 a { background-color: #9D64DB; }

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

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

border-color css

<style>
 span { border-color: #9D64DB; }

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

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