Html Css Color HEX #9D6DCA Amethyst

📋 copy color: '#9D6DCA'

red 157 ◦ green 109 ◦ blue 202

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

Shades of Amethyst #9D6DCA

Tints of Amethyst #9D6DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 33.55%
G = 23.29%
B = 43.16%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D6DCA (or 0x9D6DCA) is known color: Amethyst. HEX triplet: 9D, 6D and CA. RGB value is (157,109,202). Sum of RGB (Red+Green+Blue) = 157+109+202=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DCA is #629235. Grayscale: #858585. Windows color (decimal): -6459958 or 13266333. OLE color: 13266333.

HSL color Cylindrical-coordinate representation of color #9D6DCA: hue angle of 270.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6DCA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 109 202 -
CMYK 0.22 0.46 0 0.21
HSL 270.97º 0.47% 0.61% -
HSV(B) 270.97º 0.46% 0.79% -
XYZ 30.03 22.37 58.61 -
YUV 133.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 157 109 202 0.22 0.46 0 0.21 270.97 0.47 0.61
Hex 9D 6D CA 16 2E 0 15 10F 2F 3D
Octal 235 155 312 26 56 0 25 417 57 75
Binary 10011101 1101101 11001010 10110 101110 0 10101 100001111 101111 111101

Color Harmonies of #9D6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6DCA

Black with #9D6DCA

Text Example


Text Example

White with #9D6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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