Html Css Color HEX #9D6ABE Amethyst

📋 copy color: '#9D6ABE'

red 157 ◦ green 106 ◦ blue 190

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

Shades of Amethyst #9D6ABE

Tints of Amethyst #9D6ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 34.66%
G = 23.4%
B = 41.94%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D6ABE (or 0x9D6ABE) is known color: Amethyst. HEX triplet: 9D, 6A and BE. RGB value is (157,106,190). Sum of RGB (Red+Green+Blue) = 157+106+190=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D6ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ABE is #629541. Grayscale: #828282. Windows color (decimal): -6460738 or 12479133. OLE color: 12479133.

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

Color convert

RGB 157 106 190 -
CMYK 0.17 0.44 0 0.25
HSL 276.43º 0.39% 0.58% -
HSV(B) 276.43º 0.44% 0.75% -
XYZ 28.35 21.19 51.31 -
YUV 130.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 157 106 190 0.17 0.44 0 0.25 276.43 0.39 0.58
Hex 9D 6A BE 11 2C 0 19 114 27 3A
Octal 235 152 276 21 54 0 31 424 47 72
Binary 10011101 1101010 10111110 10001 101100 0 11001 100010100 100111 111010

Color Harmonies of #9D6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6ABE

Black with #9D6ABE

Text Example


Text Example

White with #9D6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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