Html Css Color HEX #9757DB Amethyst

📋 copy color: '#9757DB'

red 151 ◦ green 87 ◦ blue 219

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

Shades of Amethyst #9757DB

Tints of Amethyst #9757DB

RGB

 RED value IS 151 (59.38% from 255) = 33.04%

 GREEN value IS 87 (34.38% from 255) = 19.04%

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

R = 33.04%
G = 19.04%
B = 47.92%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9757DB (or 0x9757DB) is known color: Amethyst. HEX triplet: 97, 57 and DB. RGB value is (151,87,219). Sum of RGB (Red+Green+Blue) = 151+87+219=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #9757DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757DB is #68A824. Grayscale: #787878. Windows color (decimal): -6858789 or 14374807. OLE color: 14374807.

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

Color convert

RGB 151 87 219 -
CMYK 0.31 0.60 0 0.14
HSL 269.09º 0.65% 0.6% -
HSV(B) 269.09º 0.6% 0.86% -
XYZ 28.96 18.51 69.06 -
YUV 121.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 151 87 219 0.31 0.60 0 0.14 269.09 0.65 0.6
Hex 97 57 DB 1F 3C 0 E 10D 41 3C
Octal 227 127 333 37 74 0 16 415 101 74
Binary 10010111 1010111 11011011 11111 111100 0 1110 100001101 1000001 111100

Color Harmonies of #9757DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9757DB

Black with #9757DB

Text Example


Text Example

White with #9757DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9757DB; }

 p { color: rgb(151,87,219); }

 H1.HeaderClassName
 {
   color: #9757DB;
 }
 .AnyTagClassName
 {
   color: #9757DB;
 }
</style>

background-color css

<style>
 a { background-color: #9757DB; }

 a { background-color: rgb(151,87,219); }

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

border-color css

<style>
 span { border-color: #9757DB; }

 span { border-color: rgb(151,87,219); }

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