Html Css Color HEX #9C5ED7 Amethyst

📋 copy color: '#9C5ED7'

red 156 ◦ green 94 ◦ blue 215

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

Shades of Amethyst #9C5ED7

Tints of Amethyst #9C5ED7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.22%

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 33.55%
G = 20.22%
B = 46.24%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C5ED7 (or 0x9C5ED7) is known color: Amethyst. HEX triplet: 9C, 5E and D7. RGB value is (156,94,215). Sum of RGB (Red+Green+Blue) = 156+94+215=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #9C5ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ED7 is #63A128. Grayscale: #7D7D7D. Windows color (decimal): -6529321 or 14114460. OLE color: 14114460.

HSL color Cylindrical-coordinate representation of color #9C5ED7: hue angle of 270.74º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C5ED7 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 94 215 -
CMYK 0.27 0.56 0 0.16
HSL 270.74º 0.6% 0.61% -
HSV(B) 270.74º 0.56% 0.84% -
XYZ 29.98 19.98 66.57 -
YUV 126.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 156 94 215 0.27 0.56 0 0.16 270.74 0.6 0.61
Hex 9C 5E D7 1B 38 0 10 10F 3C 3D
Octal 234 136 327 33 70 0 20 417 74 75
Binary 10011100 1011110 11010111 11011 111000 0 10000 100001111 111100 111101

Color Harmonies of #9C5ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5ED7

Black with #9C5ED7

Text Example


Text Example

White with #9C5ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,215); }

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

background-color css

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

 a { background-color: rgb(156,94,215); }

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

border-color css

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

 span { border-color: rgb(156,94,215); }

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