Html Css Color HEX #9D56DB Amethyst

📋 copy color: '#9D56DB'

red 157 ◦ green 86 ◦ blue 219

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

Shades of Amethyst #9D56DB

Tints of Amethyst #9D56DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 33.98%
G = 18.61%
B = 47.4%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D56DB (or 0x9D56DB) is known color: Amethyst. HEX triplet: 9D, 56 and DB. RGB value is (157,86,219). Sum of RGB (Red+Green+Blue) = 157+86+219=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56DB is #62A924. Grayscale: #797979. Windows color (decimal): -6465829 or 14374557. OLE color: 14374557.

HSL color Cylindrical-coordinate representation of color #9D56DB: hue angle of 272.03º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D56DB is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 86 219 -
CMYK 0.28 0.61 0 0.14
HSL 272.03º 0.65% 0.6% -
HSV(B) 272.03º 0.61% 0.86% -
XYZ 30.02 18.94 69.09 -
YUV 122.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 157 86 219 0.28 0.61 0 0.14 272.03 0.65 0.6
Hex 9D 56 DB 1C 3D 0 E 110 41 3C
Octal 235 126 333 34 75 0 16 420 101 74
Binary 10011101 1010110 11011011 11100 111101 0 1110 100010000 1000001 111100

Color Harmonies of #9D56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D56DB

Black with #9D56DB

Text Example


Text Example

White with #9D56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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