Html Css Color HEX #9D6DCF Amethyst

📋 copy color: '#9D6DCF'

red 157 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #9D6DCF

Tints of Amethyst #9D6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

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

R = 33.19%
G = 23.04%
B = 43.76%

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

#9D6DCF (or 0x9D6DCF) is known color: Amethyst. HEX triplet: 9D, 6D and CF. RGB value is (157,109,207). Sum of RGB (Red+Green+Blue) = 157+109+207=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DCF is #629230. Grayscale: #868686. Windows color (decimal): -6459953 or 13594013. OLE color: 13594013.

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

Color convert

RGB 157 109 207 -
CMYK 0.24 0.47 0 0.19
HSL 269.39º 0.51% 0.62% -
HSV(B) 269.39º 0.47% 0.81% -
XYZ 30.64 22.61 61.78 -
YUV 134.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 157 109 207 0.24 0.47 0 0.19 269.39 0.51 0.62
Hex 9D 6D CF 18 2F 0 13 10D 33 3E
Octal 235 155 317 30 57 0 23 415 63 76
Binary 10011101 1101101 11001111 11000 101111 0 10011 100001101 110011 111110

Color Harmonies of #9D6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6DCF

Black with #9D6DCF

Text Example


Text Example

White with #9D6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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