Html Css Color HEX #9C5CD6 Amethyst

📋 copy color: '#9C5CD6'

red 156 ◦ green 92 ◦ blue 214

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

Shades of Amethyst #9C5CD6

Tints of Amethyst #9C5CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.32%

R = 33.77%
G = 19.91%
B = 46.32%

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

#9C5CD6 (or 0x9C5CD6) is known color: Amethyst. HEX triplet: 9C, 5C and D6. RGB value is (156,92,214). Sum of RGB (Red+Green+Blue) = 156+92+214=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C5CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CD6 is #63A329. Grayscale: #7C7C7C. Windows color (decimal): -6529834 or 14048412. OLE color: 14048412.

HSL color Cylindrical-coordinate representation of color #9C5CD6: hue angle of 271.48º degrees, saturation: 0.6, 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 #9C5CD6 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 92 214 -
CMYK 0.27 0.57 0 0.16
HSL 271.48º 0.6% 0.6% -
HSV(B) 271.48º 0.57% 0.84% -
XYZ 29.68 19.58 65.83 -
YUV 125.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 156 92 214 0.27 0.57 0 0.16 271.48 0.6 0.6
Hex 9C 5C D6 1B 39 0 10 10F 3C 3C
Octal 234 134 326 33 71 0 20 417 74 74
Binary 10011100 1011100 11010110 11011 111001 0 10000 100001111 111100 111100

Color Harmonies of #9C5CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CD6

Black with #9C5CD6

Text Example


Text Example

White with #9C5CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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