Html Css Color HEX #9757DC Amethyst

📋 copy color: '#9757DC'

red 151 ◦ green 87 ◦ blue 220

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

Shades of Amethyst #9757DC

Tints of Amethyst #9757DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 32.97%
G = 19%
B = 48.03%

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

#9757DC (or 0x9757DC) is known color: Amethyst. HEX triplet: 97, 57 and DC. RGB value is (151,87,220). Sum of RGB (Red+Green+Blue) = 151+87+220=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #9757DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757DC is #68A823. Grayscale: #787878. Windows color (decimal): -6858788 or 14440343. OLE color: 14440343.

HSL color Cylindrical-coordinate representation of color #9757DC: hue angle of 268.87º degrees, saturation: 0.66, 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 #9757DC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 87 220 -
CMYK 0.31 0.60 0 0.14
HSL 268.87º 0.66% 0.6% -
HSV(B) 268.87º 0.6% 0.86% -
XYZ 29.09 18.56 69.76 -
YUV 121.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 151 87 220 0.31 0.60 0 0.14 268.87 0.66 0.6
Hex 97 57 DC 1F 3C 0 E 10D 42 3C
Octal 227 127 334 37 74 0 16 415 102 74
Binary 10010111 1010111 11011100 11111 111100 0 1110 100001101 1000010 111100

Color Harmonies of #9757DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9757DC

Black with #9757DC

Text Example


Text Example

White with #9757DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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