Html Css Color HEX #9C64CA Amethyst

📋 copy color: '#9C64CA'

red 156 ◦ green 100 ◦ blue 202

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

Shades of Amethyst #9C64CA

Tints of Amethyst #9C64CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 34.06%
G = 21.83%
B = 44.1%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C64CA (or 0x9C64CA) is known color: Amethyst. HEX triplet: 9C, 64 and CA. RGB value is (156,100,202). Sum of RGB (Red+Green+Blue) = 156+100+202=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64CA is #639B35. Grayscale: #808080. Windows color (decimal): -6527798 or 13264028. OLE color: 13264028.

HSL color Cylindrical-coordinate representation of color #9C64CA: hue angle of 272.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C64CA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 100 202 -
CMYK 0.23 0.50 0 0.21
HSL 272.94º 0.49% 0.59% -
HSV(B) 272.94º 0.5% 0.79% -
XYZ 28.93 20.45 58.3 -
YUV 128.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 156 100 202 0.23 0.50 0 0.21 272.94 0.49 0.59
Hex 9C 64 CA 17 32 0 15 111 31 3B
Octal 234 144 312 27 62 0 25 421 61 73
Binary 10011100 1100100 11001010 10111 110010 0 10101 100010001 110001 111011

Color Harmonies of #9C64CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C64CA

Black with #9C64CA

Text Example


Text Example

White with #9C64CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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