Html Css Color HEX #9D6FD6 Amethyst

📋 copy color: '#9D6FD6'

red 157 ◦ green 111 ◦ blue 214

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

Shades of Amethyst #9D6FD6

Tints of Amethyst #9D6FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 32.57%
G = 23.03%
B = 44.4%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9D6FD6 (or 0x9D6FD6) is known color: Amethyst. HEX triplet: 9D, 6F and D6. RGB value is (157,111,214). Sum of RGB (Red+Green+Blue) = 157+111+214=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D6FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6FD6 is #629029. Grayscale: #888888. Windows color (decimal): -6459434 or 14053277. OLE color: 14053277.

HSL color Cylindrical-coordinate representation of color #9D6FD6: hue angle of 266.8º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D6FD6 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 111 214 -
CMYK 0.27 0.48 0 0.16
HSL 266.8º 0.56% 0.64% -
HSV(B) 266.8º 0.48% 0.84% -
XYZ 31.73 23.39 66.46 -
YUV 136.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 157 111 214 0.27 0.48 0 0.16 266.8 0.56 0.64
Hex 9D 6F D6 1B 30 0 10 10B 38 40
Octal 235 157 326 33 60 0 20 413 70 100
Binary 10011101 1101111 11010110 11011 110000 0 10000 100001011 111000 1000000

Color Harmonies of #9D6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6FD6

Black with #9D6FD6

Text Example


Text Example

White with #9D6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,111,214); }

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

background-color css

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

 a { background-color: rgb(157,111,214); }

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

border-color css

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

 span { border-color: rgb(157,111,214); }

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