Html Css Color HEX #975DD1 Amethyst

📋 copy color: '#975DD1'

red 151 ◦ green 93 ◦ blue 209

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

Shades of Amethyst #975DD1

Tints of Amethyst #975DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 33.33%
G = 20.53%
B = 46.14%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#975DD1 (or 0x975DD1) is known color: Amethyst. HEX triplet: 97, 5D and D1. RGB value is (151,93,209). Sum of RGB (Red+Green+Blue) = 151+93+209=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #975DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DD1 is #68A22E. Grayscale: #7B7B7B. Windows color (decimal): -6857263 or 13720983. OLE color: 13720983.

HSL color Cylindrical-coordinate representation of color #975DD1: hue angle of 270º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975DD1 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 93 209 -
CMYK 0.28 0.56 0 0.18
HSL 270º 0.56% 0.59% -
HSV(B) 270º 0.56% 0.82% -
XYZ 28.19 19.01 62.51 -
YUV 123.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 151 93 209 0.28 0.56 0 0.18 270 0.56 0.59
Hex 97 5D D1 1C 38 0 12 10E 38 3B
Octal 227 135 321 34 70 0 22 416 70 73
Binary 10010111 1011101 11010001 11100 111000 0 10010 100001110 111000 111011

Color Harmonies of #975DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975DD1

Black with #975DD1

Text Example


Text Example

White with #975DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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