Html Css Color HEX #975ACE Amethyst

📋 copy color: '#975ACE'

red 151 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #975ACE

Tints of Amethyst #975ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 33.78%
G = 20.13%
B = 46.09%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#975ACE (or 0x975ACE) is known color: Amethyst. HEX triplet: 97, 5A and CE. RGB value is (151,90,206). Sum of RGB (Red+Green+Blue) = 151+90+206=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #975ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ACE is #68A531. Grayscale: #797979. Windows color (decimal): -6858034 or 13523607. OLE color: 13523607.

HSL color Cylindrical-coordinate representation of color #975ACE: hue angle of 271.55º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975ACE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 90 206 -
CMYK 0.27 0.56 0 0.19
HSL 271.55º 0.54% 0.58% -
HSV(B) 271.55º 0.56% 0.81% -
XYZ 27.56 18.35 60.48 -
YUV 121.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 151 90 206 0.27 0.56 0 0.19 271.55 0.54 0.58
Hex 97 5A CE 1B 38 0 13 110 36 3A
Octal 227 132 316 33 70 0 23 420 66 72
Binary 10010111 1011010 11001110 11011 111000 0 10011 100010000 110110 111010

Color Harmonies of #975ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975ACE

Black with #975ACE

Text Example


Text Example

White with #975ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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