Html Css Color HEX #9D6ECE Amethyst

📋 copy color: '#9D6ECE'

red 157 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #9D6ECE

Tints of Amethyst #9D6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 33.19%
G = 23.26%
B = 43.55%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D6ECE (or 0x9D6ECE) is known color: Amethyst. HEX triplet: 9D, 6E and CE. RGB value is (157,110,206). Sum of RGB (Red+Green+Blue) = 157+110+206=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ECE is #629131. Grayscale: #868686. Windows color (decimal): -6459698 or 13528733. OLE color: 13528733.

HSL color Cylindrical-coordinate representation of color #9D6ECE: hue angle of 269.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D6ECE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 110 206 -
CMYK 0.24 0.47 0 0.19
HSL 269.38º 0.49% 0.62% -
HSV(B) 269.38º 0.47% 0.81% -
XYZ 30.62 22.78 61.17 -
YUV 135 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 157 110 206 0.24 0.47 0 0.19 269.38 0.49 0.62
Hex 9D 6E CE 18 2F 0 13 10D 31 3E
Octal 235 156 316 30 57 0 23 415 61 76
Binary 10011101 1101110 11001110 11000 101111 0 10011 100001101 110001 111110

Color Harmonies of #9D6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6ECE

Black with #9D6ECE

Text Example


Text Example

White with #9D6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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