Html Css Color HEX #9759DE Amethyst

📋 copy color: '#9759DE'

red 151 ◦ green 89 ◦ blue 222

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

Shades of Amethyst #9759DE

Tints of Amethyst #9759DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 32.68%
G = 19.26%
B = 48.05%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9759DE (or 0x9759DE) is known color: Amethyst. HEX triplet: 97, 59 and DE. RGB value is (151,89,222). Sum of RGB (Red+Green+Blue) = 151+89+222=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #9759DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9759DE is #68A621. Grayscale: #7A7A7A. Windows color (decimal): -6858274 or 14571927. OLE color: 14571927.

HSL color Cylindrical-coordinate representation of color #9759DE: hue angle of 267.97º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9759DE is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 89 222 -
CMYK 0.32 0.60 0 0.13
HSL 267.97º 0.67% 0.61% -
HSV(B) 267.97º 0.6% 0.87% -
XYZ 29.52 19 71.22 -
YUV 122.7 184.04 148.19 -
System Red Green Blue C M Y K H S L
Decimal 151 89 222 0.32 0.60 0 0.13 267.97 0.67 0.61
Hex 97 59 DE 20 3C 0 D 10C 43 3D
Octal 227 131 336 40 74 0 15 414 103 75
Binary 10010111 1011001 11011110 100000 111100 0 1101 100001100 1000011 111101

Color Harmonies of #9759DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9759DE

Black with #9759DE

Text Example


Text Example

White with #9759DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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