Html Css Color HEX #9D6DCD Amethyst

📋 copy color: '#9D6DCD'

red 157 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #9D6DCD

Tints of Amethyst #9D6DCD

RGB

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

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

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

R = 33.33%
G = 23.14%
B = 43.52%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D6DCD (or 0x9D6DCD) is known color: Amethyst. HEX triplet: 9D, 6D and CD. RGB value is (157,109,205). Sum of RGB (Red+Green+Blue) = 157+109+205=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DCD is #629232. Grayscale: #858585. Windows color (decimal): -6459955 or 13462941. OLE color: 13462941.

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

Color convert

RGB 157 109 205 -
CMYK 0.23 0.47 0 0.20
HSL 270º 0.49% 0.62% -
HSV(B) 270º 0.47% 0.8% -
XYZ 30.39 22.51 60.5 -
YUV 134.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 157 109 205 0.23 0.47 0 0.20 270 0.49 0.62
Hex 9D 6D CD 17 2F 0 14 10E 31 3E
Octal 235 155 315 27 57 0 24 416 61 76
Binary 10011101 1101101 11001101 10111 101111 0 10100 100001110 110001 111110

Color Harmonies of #9D6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6DCD

Black with #9D6DCD

Text Example


Text Example

White with #9D6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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