Html Css Color HEX #975AD4 Amethyst

📋 copy color: '#975AD4'

red 151 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #975AD4

Tints of Amethyst #975AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.8%

R = 33.33%
G = 19.87%
B = 46.8%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#975AD4 (or 0x975AD4) is known color: Amethyst. HEX triplet: 97, 5A and D4. RGB value is (151,90,212). Sum of RGB (Red+Green+Blue) = 151+90+212=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #975AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975AD4 is #68A52B. Grayscale: #797979. Windows color (decimal): -6858028 or 13916823. OLE color: 13916823.

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

Color convert

RGB 151 90 212 -
CMYK 0.29 0.58 0 0.17
HSL 270º 0.59% 0.59% -
HSV(B) 270º 0.58% 0.83% -
XYZ 28.3 18.65 64.39 -
YUV 122.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 151 90 212 0.29 0.58 0 0.17 270 0.59 0.59
Hex 97 5A D4 1D 3A 0 11 10E 3B 3B
Octal 227 132 324 35 72 0 21 416 73 73
Binary 10010111 1011010 11010100 11101 111010 0 10001 100001110 111011 111011

Color Harmonies of #975AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975AD4

Black with #975AD4

Text Example


Text Example

White with #975AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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