Html Css Color HEX #975FDC Amethyst

📋 copy color: '#975FDC'

red 151 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #975FDC

Tints of Amethyst #975FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.39%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 32.4%
G = 20.39%
B = 47.21%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#975FDC (or 0x975FDC) is known color: Amethyst. HEX triplet: 97, 5F and DC. RGB value is (151,95,220). Sum of RGB (Red+Green+Blue) = 151+95+220=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #975FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975FDC is #68A023. Grayscale: #7D7D7D. Windows color (decimal): -6856740 or 14442391. OLE color: 14442391.

HSL color Cylindrical-coordinate representation of color #975FDC: hue angle of 266.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #975FDC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 95 220 -
CMYK 0.31 0.57 0 0.14
HSL 266.88º 0.64% 0.62% -
HSV(B) 266.88º 0.57% 0.86% -
XYZ 29.77 19.93 69.99 -
YUV 125.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 151 95 220 0.31 0.57 0 0.14 266.88 0.64 0.62
Hex 97 5F DC 1F 39 0 E 10B 40 3E
Octal 227 137 334 37 71 0 16 413 100 76
Binary 10010111 1011111 11011100 11111 111001 0 1110 100001011 1000000 111110

Color Harmonies of #975FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975FDC

Black with #975FDC

Text Example


Text Example

White with #975FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,95,220); }

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

background-color css

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

 a { background-color: rgb(151,95,220); }

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

border-color css

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

 span { border-color: rgb(151,95,220); }

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