Html Css Color HEX #975ADD Amethyst

📋 copy color: '#975ADD'

red 151 ◦ green 90 ◦ blue 221

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

Shades of Amethyst #975ADD

Tints of Amethyst #975ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 32.68%
G = 19.48%
B = 47.84%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#975ADD (or 0x975ADD) is known color: Amethyst. HEX triplet: 97, 5A and DD. RGB value is (151,90,221). Sum of RGB (Red+Green+Blue) = 151+90+221=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #975ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ADD is #68A522. Grayscale: #7A7A7A. Windows color (decimal): -6858019 or 14506647. OLE color: 14506647.

HSL color Cylindrical-coordinate representation of color #975ADD: hue angle of 267.94º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #975ADD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 90 221 -
CMYK 0.32 0.59 0 0.13
HSL 267.94º 0.66% 0.61% -
HSV(B) 267.94º 0.59% 0.87% -
XYZ 29.47 19.11 70.54 -
YUV 123.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 151 90 221 0.32 0.59 0 0.13 267.94 0.66 0.61
Hex 97 5A DD 20 3B 0 D 10C 42 3D
Octal 227 132 335 40 73 0 15 414 102 75
Binary 10010111 1011010 11011101 100000 111011 0 1101 100001100 1000010 111101

Color Harmonies of #975ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975ADD

Black with #975ADD

Text Example


Text Example

White with #975ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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