Html Css Color HEX #9D5ECC Amethyst

📋 copy color: '#9D5ECC'

red 157 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #9D5ECC

Tints of Amethyst #9D5ECC

RGB

 RED value IS 157 (61.72% from 255) = 34.51%

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 34.51%
G = 20.66%
B = 44.84%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D5ECC (or 0x9D5ECC) is known color: Amethyst. HEX triplet: 9D, 5E and CC. RGB value is (157,94,204). Sum of RGB (Red+Green+Blue) = 157+94+204=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ECC is #62A133. Grayscale: #7D7D7D. Windows color (decimal): -6463796 or 13393565. OLE color: 13393565.

HSL color Cylindrical-coordinate representation of color #9D5ECC: hue angle of 274.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5ECC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 94 204 -
CMYK 0.23 0.54 0 0.2
HSL 274.36º 0.52% 0.58% -
HSV(B) 274.36º 0.54% 0.8% -
XYZ 28.81 19.53 59.38 -
YUV 125.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 157 94 204 0.23 0.54 0 0.2 274.36 0.52 0.58
Hex 9D 5E CC 17 36 0 14 112 34 3A
Octal 235 136 314 27 66 0 24 422 64 72
Binary 10011101 1011110 11001100 10111 110110 0 10100 100010010 110100 111010

Color Harmonies of #9D5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5ECC

Black with #9D5ECC

Text Example


Text Example

White with #9D5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,204); }

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

background-color css

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

 a { background-color: rgb(157,94,204); }

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

border-color css

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

 span { border-color: rgb(157,94,204); }

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