Html Css Color HEX #9C5CD5 Amethyst

📋 copy color: '#9C5CD5'

red 156 ◦ green 92 ◦ blue 213

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

Shades of Amethyst #9C5CD5

Tints of Amethyst #9C5CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 33.84%
G = 19.96%
B = 46.2%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C5CD5 (or 0x9C5CD5) is known color: Amethyst. HEX triplet: 9C, 5C and D5. RGB value is (156,92,213). Sum of RGB (Red+Green+Blue) = 156+92+213=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C5CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CD5 is #63A32A. Grayscale: #7C7C7C. Windows color (decimal): -6529835 or 13982876. OLE color: 13982876.

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

Color convert

RGB 156 92 213 -
CMYK 0.27 0.57 0 0.16
HSL 271.74º 0.59% 0.6% -
HSV(B) 271.74º 0.57% 0.84% -
XYZ 29.55 19.53 65.16 -
YUV 124.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 156 92 213 0.27 0.57 0 0.16 271.74 0.59 0.6
Hex 9C 5C D5 1B 39 0 10 110 3B 3C
Octal 234 134 325 33 71 0 20 420 73 74
Binary 10011100 1011100 11010101 11011 111001 0 10000 100010000 111011 111100

Color Harmonies of #9C5CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CD5

Black with #9C5CD5

Text Example


Text Example

White with #9C5CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,92,213); }

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

background-color css

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

 a { background-color: rgb(156,92,213); }

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

border-color css

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

 span { border-color: rgb(156,92,213); }

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