Html Css Color HEX #975EDC Amethyst

📋 copy color: '#975EDC'

red 151 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #975EDC

Tints of Amethyst #975EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.22%

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

R = 32.47%
G = 20.22%
B = 47.31%

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

#975EDC (or 0x975EDC) is known color: Amethyst. HEX triplet: 97, 5E and DC. RGB value is (151,94,220). Sum of RGB (Red+Green+Blue) = 151+94+220=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #975EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EDC is #68A123. Grayscale: #7C7C7C. Windows color (decimal): -6856996 or 14442135. OLE color: 14442135.

HSL color Cylindrical-coordinate representation of color #975EDC: hue angle of 267.14º 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 #975EDC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 94 220 -
CMYK 0.31 0.57 0 0.14
HSL 267.14º 0.64% 0.62% -
HSV(B) 267.14º 0.57% 0.86% -
XYZ 29.68 19.75 69.96 -
YUV 125.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 151 94 220 0.31 0.57 0 0.14 267.14 0.64 0.62
Hex 97 5E DC 1F 39 0 E 10B 40 3E
Octal 227 136 334 37 71 0 16 413 100 76
Binary 10010111 1011110 11011100 11111 111001 0 1110 100001011 1000000 111110

Color Harmonies of #975EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975EDC

Black with #975EDC

Text Example


Text Example

White with #975EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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