Html Css Color HEX #9C5ECD Amethyst

📋 copy color: '#9C5ECD'

red 156 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #9C5ECD

Tints of Amethyst #9C5ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 34.29%
G = 20.66%
B = 45.05%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C5ECD (or 0x9C5ECD) is known color: Amethyst. HEX triplet: 9C, 5E and CD. RGB value is (156,94,205). Sum of RGB (Red+Green+Blue) = 156+94+205=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ECD is #63A132. Grayscale: #7C7C7C. Windows color (decimal): -6529331 or 13459100. OLE color: 13459100.

HSL color Cylindrical-coordinate representation of color #9C5ECD: hue angle of 273.51º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5ECD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 94 205 -
CMYK 0.24 0.54 0 0.20
HSL 273.51º 0.53% 0.59% -
HSV(B) 273.51º 0.54% 0.8% -
XYZ 28.73 19.48 60 -
YUV 125.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 156 94 205 0.24 0.54 0 0.20 273.51 0.53 0.59
Hex 9C 5E CD 18 36 0 14 112 35 3B
Octal 234 136 315 30 66 0 24 422 65 73
Binary 10011100 1011110 11001101 11000 110110 0 10100 100010010 110101 111011

Color Harmonies of #9C5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5ECD

Black with #9C5ECD

Text Example


Text Example

White with #9C5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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