Html Css Color HEX #9D6ECF Amethyst

📋 copy color: '#9D6ECF'

red 157 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #9D6ECF

Tints of Amethyst #9D6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 33.12%
G = 23.21%
B = 43.67%

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

#9D6ECF (or 0x9D6ECF) is known color: Amethyst. HEX triplet: 9D, 6E and CF. RGB value is (157,110,207). Sum of RGB (Red+Green+Blue) = 157+110+207=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ECF is #629130. Grayscale: #868686. Windows color (decimal): -6459697 or 13594269. OLE color: 13594269.

HSL color Cylindrical-coordinate representation of color #9D6ECF: hue angle of 269.07º degrees, saturation: 0.5, 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 #9D6ECF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 110 207 -
CMYK 0.24 0.47 0 0.19
HSL 269.07º 0.5% 0.62% -
HSV(B) 269.07º 0.47% 0.81% -
XYZ 30.74 22.82 61.82 -
YUV 135.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 157 110 207 0.24 0.47 0 0.19 269.07 0.5 0.62
Hex 9D 6E CF 18 2F 0 13 10D 32 3E
Octal 235 156 317 30 57 0 23 415 62 76
Binary 10011101 1101110 11001111 11000 101111 0 10011 100001101 110010 111110

Color Harmonies of #9D6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6ECF

Black with #9D6ECF

Text Example


Text Example

White with #9D6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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