Html Css Color HEX #9D56CF Amethyst

📋 copy color: '#9D56CF'

red 157 ◦ green 86 ◦ blue 207

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

Shades of Amethyst #9D56CF

Tints of Amethyst #9D56CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.11%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 34.89%
G = 19.11%
B = 46%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D56CF (or 0x9D56CF) is known color: Amethyst. HEX triplet: 9D, 56 and CF. RGB value is (157,86,207). Sum of RGB (Red+Green+Blue) = 157+86+207=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56CF is #62A930. Grayscale: #787878. Windows color (decimal): -6465841 or 13588125. OLE color: 13588125.

HSL color Cylindrical-coordinate representation of color #9D56CF: hue angle of 275.21º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D56CF is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 86 207 -
CMYK 0.24 0.58 0 0.19
HSL 275.21º 0.56% 0.57% -
HSV(B) 275.21º 0.58% 0.81% -
XYZ 28.49 18.33 61.07 -
YUV 121.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 157 86 207 0.24 0.58 0 0.19 275.21 0.56 0.57
Hex 9D 56 CF 18 3A 0 13 113 38 39
Octal 235 126 317 30 72 0 23 423 70 71
Binary 10011101 1010110 11001111 11000 111010 0 10011 100010011 111000 111001

Color Harmonies of #9D56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D56CF

Black with #9D56CF

Text Example


Text Example

White with #9D56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,86,207); }

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

background-color css

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

 a { background-color: rgb(157,86,207); }

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

border-color css

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

 span { border-color: rgb(157,86,207); }

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