Html Css Color HEX #9758DE Amethyst

📋 copy color: '#9758DE'

red 151 ◦ green 88 ◦ blue 222

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

Shades of Amethyst #9758DE

Tints of Amethyst #9758DE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.09%

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

R = 32.75%
G = 19.09%
B = 48.16%

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

#9758DE (or 0x9758DE) is known color: Amethyst. HEX triplet: 97, 58 and DE. RGB value is (151,88,222). Sum of RGB (Red+Green+Blue) = 151+88+222=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #9758DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758DE is #68A721. Grayscale: #797979. Windows color (decimal): -6858530 or 14571671. OLE color: 14571671.

HSL color Cylindrical-coordinate representation of color #9758DE: hue angle of 268.21º 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 #9758DE is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 88 222 -
CMYK 0.32 0.60 0 0.13
HSL 268.21º 0.67% 0.61% -
HSV(B) 268.21º 0.6% 0.87% -
XYZ 29.44 18.83 71.19 -
YUV 122.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 151 88 222 0.32 0.60 0 0.13 268.21 0.67 0.61
Hex 97 58 DE 20 3C 0 D 10C 43 3D
Octal 227 130 336 40 74 0 15 414 103 75
Binary 10010111 1011000 11011110 100000 111100 0 1101 100001100 1000011 111101

Color Harmonies of #9758DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9758DE

Black with #9758DE

Text Example


Text Example

White with #9758DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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