Html Css Color HEX #9D5DCD Amethyst

📋 copy color: '#9D5DCD'

red 157 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #9D5DCD

Tints of Amethyst #9D5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

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

R = 34.51%
G = 20.44%
B = 45.05%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D5DCD (or 0x9D5DCD) is known color: Amethyst. HEX triplet: 9D, 5D and CD. RGB value is (157,93,205). Sum of RGB (Red+Green+Blue) = 157+93+205=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 93 (36.72% from 255 or 20.44% 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 #9D5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DCD is #62A232. Grayscale: #7C7C7C. Windows color (decimal): -6464051 or 13458845. OLE color: 13458845.

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

Color convert

RGB 157 93 205 -
CMYK 0.23 0.55 0 0.20
HSL 274.29º 0.53% 0.58% -
HSV(B) 274.29º 0.55% 0.8% -
XYZ 28.84 19.4 59.98 -
YUV 124.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 157 93 205 0.23 0.55 0 0.20 274.29 0.53 0.58
Hex 9D 5D CD 17 37 0 14 112 35 3A
Octal 235 135 315 27 67 0 24 422 65 72
Binary 10011101 1011101 11001101 10111 110111 0 10100 100010010 110101 111010

Color Harmonies of #9D5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5DCD

Black with #9D5DCD

Text Example


Text Example

White with #9D5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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