Html Css Color HEX #975ECF Amethyst

📋 copy color: '#975ECF'

red 151 ◦ green 94 ◦ blue 207

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

Shades of Amethyst #975ECF

Tints of Amethyst #975ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 33.41%
G = 20.8%
B = 45.8%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#975ECF (or 0x975ECF) is known color: Amethyst. HEX triplet: 97, 5E and CF. RGB value is (151,94,207). Sum of RGB (Red+Green+Blue) = 151+94+207=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #975ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ECF is #68A130. Grayscale: #7B7B7B. Windows color (decimal): -6857009 or 13590167. OLE color: 13590167.

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

Color convert

RGB 151 94 207 -
CMYK 0.27 0.55 0 0.19
HSL 270.27º 0.54% 0.59% -
HSV(B) 270.27º 0.55% 0.81% -
XYZ 28.03 19.09 61.24 -
YUV 123.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 151 94 207 0.27 0.55 0 0.19 270.27 0.54 0.59
Hex 97 5E CF 1B 37 0 13 10E 36 3B
Octal 227 136 317 33 67 0 23 416 66 73
Binary 10010111 1011110 11001111 11011 110111 0 10011 100001110 110110 111011

Color Harmonies of #975ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975ECF

Black with #975ECF

Text Example


Text Example

White with #975ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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