Html Css Color HEX #975DD7 Amethyst

📋 copy color: '#975DD7'

red 151 ◦ green 93 ◦ blue 215

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

Shades of Amethyst #975DD7

Tints of Amethyst #975DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

 BLUE value IS 215 (84.38% from 255) = 46.84%

R = 32.9%
G = 20.26%
B = 46.84%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#975DD7 (or 0x975DD7) is known color: Amethyst. HEX triplet: 97, 5D and D7. RGB value is (151,93,215). Sum of RGB (Red+Green+Blue) = 151+93+215=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #975DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DD7 is #68A228. Grayscale: #7B7B7B. Windows color (decimal): -6857257 or 14114199. OLE color: 14114199.

HSL color Cylindrical-coordinate representation of color #975DD7: hue angle of 268.52º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975DD7 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 93 215 -
CMYK 0.30 0.57 0 0.16
HSL 268.52º 0.6% 0.6% -
HSV(B) 268.52º 0.57% 0.84% -
XYZ 28.94 19.31 66.49 -
YUV 124.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 151 93 215 0.30 0.57 0 0.16 268.52 0.6 0.6
Hex 97 5D D7 1E 39 0 10 10D 3C 3C
Octal 227 135 327 36 71 0 20 415 74 74
Binary 10010111 1011101 11010111 11110 111001 0 10000 100001101 111100 111100

Color Harmonies of #975DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DD7

Black with #975DD7

Text Example


Text Example

White with #975DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,215); }

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

background-color css

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

 a { background-color: rgb(151,93,215); }

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

border-color css

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

 span { border-color: rgb(151,93,215); }

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