Html Css Color HEX #9D54DB Amethyst

📋 copy color: '#9D54DB'

red 157 ◦ green 84 ◦ blue 219

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

Shades of Amethyst #9D54DB

Tints of Amethyst #9D54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

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

R = 34.13%
G = 18.26%
B = 47.61%

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

#9D54DB (or 0x9D54DB) is known color: Amethyst. HEX triplet: 9D, 54 and DB. RGB value is (157,84,219). Sum of RGB (Red+Green+Blue) = 157+84+219=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D54DB is #62AB24. Grayscale: #787878. Windows color (decimal): -6466341 or 14374045. OLE color: 14374045.

HSL color Cylindrical-coordinate representation of color #9D54DB: hue angle of 272.44º 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 #9D54DB is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 84 219 -
CMYK 0.28 0.62 0 0.14
HSL 272.44º 0.65% 0.59% -
HSV(B) 272.44º 0.62% 0.86% -
XYZ 29.86 18.62 69.04 -
YUV 121.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 157 84 219 0.28 0.62 0 0.14 272.44 0.65 0.59
Hex 9D 54 DB 1C 3E 0 E 110 41 3B
Octal 235 124 333 34 76 0 16 420 101 73
Binary 10011101 1010100 11011011 11100 111110 0 1110 100010000 1000001 111011

Color Harmonies of #9D54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D54DB

Black with #9D54DB

Text Example


Text Example

White with #9D54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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