Html Css Color HEX #975AD8 Amethyst

📋 copy color: '#975AD8'

red 151 ◦ green 90 ◦ blue 216

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

Shades of Amethyst #975AD8

Tints of Amethyst #975AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 33.04%
G = 19.69%
B = 47.26%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#975AD8 (or 0x975AD8) is known color: Amethyst. HEX triplet: 97, 5A and D8. RGB value is (151,90,216). Sum of RGB (Red+Green+Blue) = 151+90+216=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #975AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975AD8 is #68A527. Grayscale: #7A7A7A. Windows color (decimal): -6858024 or 14178967. OLE color: 14178967.

HSL color Cylindrical-coordinate representation of color #975AD8: hue angle of 269.05º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #975AD8 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 90 216 -
CMYK 0.30 0.58 0 0.15
HSL 269.05º 0.62% 0.6% -
HSV(B) 269.05º 0.58% 0.85% -
XYZ 28.81 18.85 67.09 -
YUV 122.6 180.71 148.25 -
System Red Green Blue C M Y K H S L
Decimal 151 90 216 0.30 0.58 0 0.15 269.05 0.62 0.6
Hex 97 5A D8 1E 3A 0 F 10D 3E 3C
Octal 227 132 330 36 72 0 17 415 76 74
Binary 10010111 1011010 11011000 11110 111010 0 1111 100001101 111110 111100

Color Harmonies of #975AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AD8

Black with #975AD8

Text Example


Text Example

White with #975AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,216); }

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

background-color css

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

 a { background-color: rgb(151,90,216); }

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

border-color css

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

 span { border-color: rgb(151,90,216); }

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