Html Css Color HEX #9D6ACF Amethyst

📋 copy color: '#9D6ACF'

red 157 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #9D6ACF

Tints of Amethyst #9D6ACF

RGB

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

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

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

R = 33.4%
G = 22.55%
B = 44.04%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D6ACF (or 0x9D6ACF) is known color: Amethyst. HEX triplet: 9D, 6A and CF. RGB value is (157,106,207). Sum of RGB (Red+Green+Blue) = 157+106+207=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ACF is #629530. Grayscale: #848484. Windows color (decimal): -6460721 or 13593245. OLE color: 13593245.

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

Color convert

RGB 157 106 207 -
CMYK 0.24 0.49 0 0.19
HSL 270.3º 0.51% 0.61% -
HSV(B) 270.3º 0.49% 0.81% -
XYZ 30.32 21.98 61.68 -
YUV 132.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 157 106 207 0.24 0.49 0 0.19 270.3 0.51 0.61
Hex 9D 6A CF 18 31 0 13 10E 33 3D
Octal 235 152 317 30 61 0 23 416 63 75
Binary 10011101 1101010 11001111 11000 110001 0 10011 100001110 110011 111101

Color Harmonies of #9D6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6ACF

Black with #9D6ACF

Text Example


Text Example

White with #9D6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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