Html Css Color HEX #9D6ABD Amethyst

📋 copy color: '#9D6ABD'

red 157 ◦ green 106 ◦ blue 189

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

Shades of Amethyst #9D6ABD

Tints of Amethyst #9D6ABD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.45%

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 34.73%
G = 23.45%
B = 41.81%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D6ABD (or 0x9D6ABD) is known color: Amethyst. HEX triplet: 9D, 6A and BD. RGB value is (157,106,189). Sum of RGB (Red+Green+Blue) = 157+106+189=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ABD is #629542. Grayscale: #828282. Windows color (decimal): -6460739 or 12413597. OLE color: 12413597.

HSL color Cylindrical-coordinate representation of color #9D6ABD: hue angle of 276.87º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D6ABD is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 106 189 -
CMYK 0.17 0.44 0 0.26
HSL 276.87º 0.39% 0.58% -
HSV(B) 276.87º 0.44% 0.74% -
XYZ 28.24 21.15 50.74 -
YUV 130.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 157 106 189 0.17 0.44 0 0.26 276.87 0.39 0.58
Hex 9D 6A BD 11 2C 0 1A 115 27 3A
Octal 235 152 275 21 54 0 32 425 47 72
Binary 10011101 1101010 10111101 10001 101100 0 11010 100010101 100111 111010

Color Harmonies of #9D6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6ABD

Black with #9D6ABD

Text Example


Text Example

White with #9D6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,106,189); }

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

background-color css

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

 a { background-color: rgb(157,106,189); }

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

border-color css

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

 span { border-color: rgb(157,106,189); }

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