Html Css Color HEX #9D6DCE Amethyst

📋 copy color: '#9D6DCE'

red 157 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #9D6DCE

Tints of Amethyst #9D6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 33.26%
G = 23.09%
B = 43.64%

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

#9D6DCE (or 0x9D6DCE) is known color: Amethyst. HEX triplet: 9D, 6D and CE. RGB value is (157,109,206). Sum of RGB (Red+Green+Blue) = 157+109+206=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DCE is #629231. Grayscale: #868686. Windows color (decimal): -6459954 or 13528477. OLE color: 13528477.

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

Color convert

RGB 157 109 206 -
CMYK 0.24 0.47 0 0.19
HSL 269.69º 0.5% 0.62% -
HSV(B) 269.69º 0.47% 0.81% -
XYZ 30.51 22.56 61.14 -
YUV 134.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 157 109 206 0.24 0.47 0 0.19 269.69 0.5 0.62
Hex 9D 6D CE 18 2F 0 13 10E 32 3E
Octal 235 155 316 30 57 0 23 416 62 76
Binary 10011101 1101101 11001110 11000 101111 0 10011 100001110 110010 111110

Color Harmonies of #9D6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6DCE

Black with #9D6DCE

Text Example


Text Example

White with #9D6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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