Html Css Color HEX #9C64D1 Amethyst

📋 copy color: '#9C64D1'

red 156 ◦ green 100 ◦ blue 209

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

Shades of Amethyst #9C64D1

Tints of Amethyst #9C64D1

RGB

 RED value IS 156 (61.33% from 255) = 33.55%

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 33.55%
G = 21.51%
B = 44.95%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C64D1 (or 0x9C64D1) is known color: Amethyst. HEX triplet: 9C, 64 and D1. RGB value is (156,100,209). Sum of RGB (Red+Green+Blue) = 156+100+209=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C64D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64D1 is #639B2E. Grayscale: #808080. Windows color (decimal): -6527791 or 13722780. OLE color: 13722780.

HSL color Cylindrical-coordinate representation of color #9C64D1: hue angle of 270.83º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C64D1 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 100 209 -
CMYK 0.25 0.52 0 0.18
HSL 270.83º 0.54% 0.61% -
HSV(B) 270.83º 0.52% 0.82% -
XYZ 29.78 20.79 62.76 -
YUV 129.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 156 100 209 0.25 0.52 0 0.18 270.83 0.54 0.61
Hex 9C 64 D1 19 34 0 12 10F 36 3D
Octal 234 144 321 31 64 0 22 417 66 75
Binary 10011100 1100100 11010001 11001 110100 0 10010 100001111 110110 111101

Color Harmonies of #9C64D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C64D1

Black with #9C64D1

Text Example


Text Example

White with #9C64D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,100,209); }

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

background-color css

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

 a { background-color: rgb(156,100,209); }

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

border-color css

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

 span { border-color: rgb(156,100,209); }

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