Html Css Color HEX #975EDE Amethyst

📋 copy color: '#975EDE'

red 151 ◦ green 94 ◦ blue 222

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

Shades of Amethyst #975EDE

Tints of Amethyst #975EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

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

R = 32.33%
G = 20.13%
B = 47.54%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#975EDE (or 0x975EDE) is known color: Amethyst. HEX triplet: 97, 5E and DE. RGB value is (151,94,222). Sum of RGB (Red+Green+Blue) = 151+94+222=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #975EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EDE is #68A121. Grayscale: #7D7D7D. Windows color (decimal): -6856994 or 14573207. OLE color: 14573207.

HSL color Cylindrical-coordinate representation of color #975EDE: hue angle of 266.72º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975EDE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 94 222 -
CMYK 0.32 0.58 0 0.13
HSL 266.72º 0.66% 0.62% -
HSV(B) 266.72º 0.58% 0.87% -
XYZ 29.95 19.86 71.36 -
YUV 125.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 151 94 222 0.32 0.58 0 0.13 266.72 0.66 0.62
Hex 97 5E DE 20 3A 0 D 10B 42 3E
Octal 227 136 336 40 72 0 15 413 102 76
Binary 10010111 1011110 11011110 100000 111010 0 1101 100001011 1000010 111110

Color Harmonies of #975EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EDE

Black with #975EDE

Text Example


Text Example

White with #975EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975EDE; }

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

 H1.HeaderClassName
 {
   color: #975EDE;
 }
 .AnyTagClassName
 {
   color: #975EDE;
 }
</style>

background-color css

<style>
 a { background-color: #975EDE; }

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

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

border-color css

<style>
 span { border-color: #975EDE; }

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

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