Html Css Color HEX #9759DA Amethyst

📋 copy color: '#9759DA'

red 151 ◦ green 89 ◦ blue 218

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

Shades of Amethyst #9759DA

Tints of Amethyst #9759DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.43%

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 32.97%
G = 19.43%
B = 47.6%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9759DA (or 0x9759DA) is known color: Amethyst. HEX triplet: 97, 59 and DA. RGB value is (151,89,218). Sum of RGB (Red+Green+Blue) = 151+89+218=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #9759DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9759DA is #68A625. Grayscale: #797979. Windows color (decimal): -6858278 or 14309783. OLE color: 14309783.

HSL color Cylindrical-coordinate representation of color #9759DA: hue angle of 268.84º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9759DA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 89 218 -
CMYK 0.31 0.59 0 0.15
HSL 268.84º 0.64% 0.6% -
HSV(B) 268.84º 0.59% 0.85% -
XYZ 28.99 18.79 68.43 -
YUV 122.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 151 89 218 0.31 0.59 0 0.15 268.84 0.64 0.6
Hex 97 59 DA 1F 3B 0 F 10D 40 3C
Octal 227 131 332 37 73 0 17 415 100 74
Binary 10010111 1011001 11011010 11111 111011 0 1111 100001101 1000000 111100

Color Harmonies of #9759DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9759DA

Black with #9759DA

Text Example


Text Example

White with #9759DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9759DA; }

 p { color: rgb(151,89,218); }

 H1.HeaderClassName
 {
   color: #9759DA;
 }
 .AnyTagClassName
 {
   color: #9759DA;
 }
</style>

background-color css

<style>
 a { background-color: #9759DA; }

 a { background-color: rgb(151,89,218); }

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

border-color css

<style>
 span { border-color: #9759DA; }

 span { border-color: rgb(151,89,218); }

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