Html Css Color HEX #9D5FDC Amethyst

📋 copy color: '#9D5FDC'

red 157 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #9D5FDC

Tints of Amethyst #9D5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 33.26%
G = 20.13%
B = 46.61%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D5FDC (or 0x9D5FDC) is known color: Amethyst. HEX triplet: 9D, 5F and DC. RGB value is (157,95,220). Sum of RGB (Red+Green+Blue) = 157+95+220=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5FDC is #62A023. Grayscale: #7F7F7F. Windows color (decimal): -6463524 or 14442397. OLE color: 14442397.

HSL color Cylindrical-coordinate representation of color #9D5FDC: hue angle of 269.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D5FDC is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 95 220 -
CMYK 0.29 0.57 0 0.14
HSL 269.76º 0.64% 0.62% -
HSV(B) 269.76º 0.57% 0.86% -
XYZ 30.92 20.52 70.04 -
YUV 127.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 157 95 220 0.29 0.57 0 0.14 269.76 0.64 0.62
Hex 9D 5F DC 1D 39 0 E 10E 40 3E
Octal 235 137 334 35 71 0 16 416 100 76
Binary 10011101 1011111 11011100 11101 111001 0 1110 100001110 1000000 111110

Color Harmonies of #9D5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5FDC

Black with #9D5FDC

Text Example


Text Example

White with #9D5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,95,220); }

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

background-color css

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

 a { background-color: rgb(157,95,220); }

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

border-color css

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

 span { border-color: rgb(157,95,220); }

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