Html Css Color HEX #9D5ACD Amethyst

📋 copy color: '#9D5ACD'

red 157 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #9D5ACD

Tints of Amethyst #9D5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.91%

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

R = 34.73%
G = 19.91%
B = 45.35%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D5ACD (or 0x9D5ACD) is known color: Amethyst. HEX triplet: 9D, 5A and CD. RGB value is (157,90,205). Sum of RGB (Red+Green+Blue) = 157+90+205=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ACD is #62A532. Grayscale: #7A7A7A. Windows color (decimal): -6464819 or 13458077. OLE color: 13458077.

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

Color convert

RGB 157 90 205 -
CMYK 0.23 0.56 0 0.20
HSL 274.96º 0.53% 0.58% -
HSV(B) 274.96º 0.56% 0.8% -
XYZ 28.58 18.89 59.9 -
YUV 123.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 157 90 205 0.23 0.56 0 0.20 274.96 0.53 0.58
Hex 9D 5A CD 17 38 0 14 113 35 3A
Octal 235 132 315 27 70 0 24 423 65 72
Binary 10011101 1011010 11001101 10111 111000 0 10100 100010011 110101 111010

Color Harmonies of #9D5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5ACD

Black with #9D5ACD

Text Example


Text Example

White with #9D5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,90,205); }

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

background-color css

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

 a { background-color: rgb(157,90,205); }

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

border-color css

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

 span { border-color: rgb(157,90,205); }

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