Html Css Color HEX #9C63D1 Amethyst

📋 copy color: '#9C63D1'

red 156 ◦ green 99 ◦ blue 209

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

Shades of Amethyst #9C63D1

Tints of Amethyst #9C63D1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

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

R = 33.62%
G = 21.34%
B = 45.04%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C63D1 (or 0x9C63D1) is known color: Amethyst. HEX triplet: 9C, 63 and D1. RGB value is (156,99,209). Sum of RGB (Red+Green+Blue) = 156+99+209=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C63D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63D1 is #639C2E. Grayscale: #808080. Windows color (decimal): -6528047 or 13722524. OLE color: 13722524.

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

Color convert

RGB 156 99 209 -
CMYK 0.25 0.53 0 0.18
HSL 271.09º 0.54% 0.6% -
HSV(B) 271.09º 0.53% 0.82% -
XYZ 29.68 20.6 62.73 -
YUV 128.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 156 99 209 0.25 0.53 0 0.18 271.09 0.54 0.6
Hex 9C 63 D1 19 35 0 12 10F 36 3C
Octal 234 143 321 31 65 0 22 417 66 74
Binary 10011100 1100011 11010001 11001 110101 0 10010 100001111 110110 111100

Color Harmonies of #9C63D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C63D1

Black with #9C63D1

Text Example


Text Example

White with #9C63D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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