Html Css Color HEX #9D6FCD Amethyst

📋 copy color: '#9D6FCD'

red 157 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #9D6FCD

Tints of Amethyst #9D6FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 33.19%
G = 23.47%
B = 43.34%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D6FCD (or 0x9D6FCD) is known color: Amethyst. HEX triplet: 9D, 6F and CD. RGB value is (157,111,205). Sum of RGB (Red+Green+Blue) = 157+111+205=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6FCD is #629032. Grayscale: #878787. Windows color (decimal): -6459443 or 13463453. OLE color: 13463453.

HSL color Cylindrical-coordinate representation of color #9D6FCD: hue angle of 269.36º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6FCD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 111 205 -
CMYK 0.23 0.46 0 0.20
HSL 269.36º 0.48% 0.62% -
HSV(B) 269.36º 0.46% 0.8% -
XYZ 30.61 22.94 60.57 -
YUV 135.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 157 111 205 0.23 0.46 0 0.20 269.36 0.48 0.62
Hex 9D 6F CD 17 2E 0 14 10D 30 3E
Octal 235 157 315 27 56 0 24 415 60 76
Binary 10011101 1101111 11001101 10111 101110 0 10100 100001101 110000 111110

Color Harmonies of #9D6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6FCD

Black with #9D6FCD

Text Example


Text Example

White with #9D6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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