Html Css Color HEX #9D6ED5 Amethyst

📋 copy color: '#9D6ED5'

red 157 ◦ green 110 ◦ blue 213

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

Shades of Amethyst #9D6ED5

Tints of Amethyst #9D6ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.92%

 BLUE value IS 213 (83.59% from 255) = 44.38%

R = 32.71%
G = 22.92%
B = 44.38%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9D6ED5 (or 0x9D6ED5) is known color: Amethyst. HEX triplet: 9D, 6E and D5. RGB value is (157,110,213). Sum of RGB (Red+Green+Blue) = 157+110+213=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D6ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ED5 is #62912A. Grayscale: #878787. Windows color (decimal): -6459691 or 13987485. OLE color: 13987485.

HSL color Cylindrical-coordinate representation of color #9D6ED5: hue angle of 267.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D6ED5 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 110 213 -
CMYK 0.26 0.48 0 0.16
HSL 267.38º 0.55% 0.63% -
HSV(B) 267.38º 0.48% 0.84% -
XYZ 31.49 23.12 65.75 -
YUV 135.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 157 110 213 0.26 0.48 0 0.16 267.38 0.55 0.63
Hex 9D 6E D5 1A 30 0 10 10B 37 3F
Octal 235 156 325 32 60 0 20 413 67 77
Binary 10011101 1101110 11010101 11010 110000 0 10000 100001011 110111 111111

Color Harmonies of #9D6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6ED5

Black with #9D6ED5

Text Example


Text Example

White with #9D6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,110,213); }

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

background-color css

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

 a { background-color: rgb(157,110,213); }

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

border-color css

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

 span { border-color: rgb(157,110,213); }

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