Html Css Color HEX #9D53DB Amethyst

📋 copy color: '#9D53DB'

red 157 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #9D53DB

Tints of Amethyst #9D53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

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

R = 34.2%
G = 18.08%
B = 47.71%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D53DB (or 0x9D53DB) is known color: Amethyst. HEX triplet: 9D, 53 and DB. RGB value is (157,83,219). Sum of RGB (Red+Green+Blue) = 157+83+219=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D53DB is #62AC24. Grayscale: #787878. Windows color (decimal): -6466597 or 14373789. OLE color: 14373789.

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

Color convert

RGB 157 83 219 -
CMYK 0.28 0.62 0 0.14
HSL 272.65º 0.65% 0.59% -
HSV(B) 272.65º 0.62% 0.86% -
XYZ 29.78 18.47 69.01 -
YUV 120.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 157 83 219 0.28 0.62 0 0.14 272.65 0.65 0.59
Hex 9D 53 DB 1C 3E 0 E 111 41 3B
Octal 235 123 333 34 76 0 16 421 101 73
Binary 10011101 1010011 11011011 11100 111110 0 1110 100010001 1000001 111011

Color Harmonies of #9D53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D53DB

Black with #9D53DB

Text Example


Text Example

White with #9D53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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